Home
last modified time | relevance | path

Searched refs:isParenTypeId (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DStmtPrinter.cpp1441 if (E->isParenTypeId()) in VisitCXXNewExpr()
1451 if (E->isParenTypeId()) in VisitCXXNewExpr()
DStmtProfile.cpp843 ID.AddBoolean(S->isParenTypeId()); in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1580 bool isParenTypeId() const { return TypeIdParens.isValid(); } in isParenTypeId() function