Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2334 if (E->isParenTypeId()) in VisitCXXNewExpr()
2345 if (E->isParenTypeId()) in VisitCXXNewExpr()
H A DStmtProfile.cpp2130 ID.AddBoolean(S->isParenTypeId()); in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2286 return isParenTypeId(); in numTrailingObjects()
2395 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId() function
2397 return isParenTypeId() ? getTrailingObjects<SourceRange>()[0] in getTypeIdParens()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1910 Record.push_back(E->isParenTypeId()); in VisitCXXNewExpr()
1921 if (E->isParenTypeId()) in VisitCXXNewExpr()
H A DASTReaderStmt.cpp1919 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()