Searched refs:IsParenTypeId (Results 1 – 4 of 4) sorted by relevance
256 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local257 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()266 if (IsParenTypeId) in CXXNewExpr()277 if (IsParenTypeId) in CXXNewExpr()286 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr() argument290 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()304 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local307 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in Create()317 bool IsParenTypeId) { in CreateEmpty() argument320 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in CreateEmpty()[all …]
2396 bool IsParenTypeId);2412 bool IsParenTypeId);2495 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId()
938 unsigned IsParenTypeId : 1;
1926 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local1939 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()1947 if (IsParenTypeId) in VisitCXXNewExpr()