Home
last modified time | relevance | path

Searched refs:IgnoreParensImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp441 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl() function in TypeLoc
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h240 static TypeLoc IgnoreParensImpl(TypeLoc TL);
1191 return IgnoreParensImpl(*this); in IgnoreParens()