Searched defs:IgnoreParens (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | TypeLoc.h | 1189 inline TypeLoc TypeLoc::IgnoreParens() const { IgnoreParens() function |
H A D | Expr.h | 892 const Expr *IgnoreParens() const { IgnoreParens() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 518 QualType QualType::IgnoreParens(QualType T) { IgnoreParens() function in QualType |
H A D | Expr.cpp | 3030 Expr *Expr::IgnoreParens() { IgnoreParens() function in Expr |