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.cpp256 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local
257 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()
266 if (IsParenTypeId) in CXXNewExpr()
277 if (IsParenTypeId) in CXXNewExpr()
286 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr() argument
290 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()
304 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local
307 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.h2396 bool IsParenTypeId);
2412 bool IsParenTypeId);
2495 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId()
H A DStmt.h938 unsigned IsParenTypeId : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1926 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local
1939 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()
1947 if (IsParenTypeId) in VisitCXXNewExpr()