Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1862 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h736 unsigned IsParenTypeId : 1; variable