Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp2159 if (E->isParenTypeId()) in VisitCXXNewExpr()
2169 if (E->isParenTypeId()) in VisitCXXNewExpr()
DStmtProfile.cpp1374 ID.AddBoolean(S->isParenTypeId()); in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1916 bool isParenTypeId() const { return TypeIdParens.isValid(); } in isParenTypeId() function