Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp2029 if (E->isParenTypeId()) in VisitCXXNewExpr()
2039 if (E->isParenTypeId()) in VisitCXXNewExpr()
DStmtProfile.cpp1253 ID.AddBoolean(S->isParenTypeId()); in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1847 bool isParenTypeId() const { return TypeIdParens.isValid(); } in isParenTypeId() function