Home
last modified time | relevance | path

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

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