Home
last modified time | relevance | path

Searched defs:IsParenTypeId (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExprCXX.cpp204 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local
235 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr()
254 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local
268 bool IsParenTypeId) { in CreateEmpty()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1861 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local
/external/llvm-project/clang/include/clang/AST/
DStmt.h736 unsigned IsParenTypeId : 1; variable