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

/external/clang/include/clang/AST/
H A DTypeLoc.h122 TypeLoc IgnoreParens() const { function in class:clang::TypeLoc
H A DType.h803 /// IgnoreParens - Returns the specified type after dropping any
805 QualType IgnoreParens() const { function in class:clang::QualType
807 return QualType::IgnoreParens(*this);
921 static QualType IgnoreParens(QualType T);
/external/clang/lib/AST/
H A DType.cpp284 QualType QualType::IgnoreParens(QualType T) { function in class:QualType
H A DExpr.cpp41 const Expr *E = IgnoreParens();
1719 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens()))
1931 const Expr *E = IgnoreParens();
1982 expr = expr->IgnoreParens();
1999 Expr* Expr::IgnoreParens() { function in class:Expr
2234 return E->IgnoreParens();
2617 Expr *E = this->IgnoreParens();
2622 E = ICE->getSubExpr()->IgnoreParens();
2649 const Expr *E = this->IgnoreParens();
2654 E = ICE->getSubExpr()->IgnoreParens();
[all...]

Completed in 101 milliseconds