Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp1844 if (E->isParenTypeId()) in VisitCXXNewExpr()
1854 if (E->isParenTypeId()) in VisitCXXNewExpr()
DStmtProfile.cpp1149 ID.AddBoolean(S->isParenTypeId()); in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1732 bool isParenTypeId() const { return TypeIdParens.isValid(); } in isParenTypeId() function