Searched defs:IgnoreParens (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp305 QualType QualType::IgnoreParens(QualType T) { function in class:QualType
H A DExpr.cpp59 E = E->IgnoreParens();
113 const Expr *E = IgnoreParens();
1895 Init = Init->IgnoreParens();
2029 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens()))
2224 dyn_cast<DeclRefExpr>(CE->getSubExpr()->IgnoreParens());
2285 const Expr *E = IgnoreParens();
2336 expr = expr->IgnoreParens();
2353 Expr* Expr::IgnoreParens() { function in class:Expr
2387 E = E->IgnoreParens();
2434 E = E->IgnoreParens();
[all...]
/external/clang/include/clang/AST/
H A DType.h847 /// IgnoreParens - Returns the specified type after dropping any
849 QualType IgnoreParens() const { function in class:clang::QualType
851 return QualType::IgnoreParens(*this);
991 static QualType IgnoreParens(QualType T);

Completed in 3164 milliseconds