Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp254 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local
255 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()
265 if (IsParenTypeId) in CXXNewExpr()
276 if (IsParenTypeId) in CXXNewExpr()
285 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr() argument
289 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()
303 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local
306 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in Create()
317 bool IsParenTypeId) { in CreateEmpty() argument
320 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in CreateEmpty()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2300 bool IsParenTypeId);
2316 bool IsParenTypeId);
2395 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId()
H A DStmt.h888 unsigned IsParenTypeId : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1907 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local
1919 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()
1927 if (IsParenTypeId) in VisitCXXNewExpr()