Home
last modified time | relevance | path

Searched refs:IsParenTypeId (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExprCXX.cpp204 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local
205 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()
215 if (IsParenTypeId) in CXXNewExpr()
226 if (IsParenTypeId) in CXXNewExpr()
235 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr() argument
239 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()
254 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local
257 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in Create()
268 bool IsParenTypeId) { in CreateEmpty() argument
271 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in CreateEmpty()
[all …]
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h2204 bool IsParenTypeId);
2220 bool IsParenTypeId);
2282 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId()
DStmt.h736 unsigned IsParenTypeId : 1; variable
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1861 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local
1872 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()
1880 if (IsParenTypeId) in VisitCXXNewExpr()