Searched refs:IsParenTypeId (Results 1 – 4 of 4) sorted by relevance
204 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local205 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()215 if (IsParenTypeId) in CXXNewExpr()226 if (IsParenTypeId) in CXXNewExpr()235 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr() argument239 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()254 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local257 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in Create()268 bool IsParenTypeId) { in CreateEmpty() argument271 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in CreateEmpty()[all …]
2204 bool IsParenTypeId);2220 bool IsParenTypeId);2282 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId()
736 unsigned IsParenTypeId : 1; variable
1861 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local1872 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()1880 if (IsParenTypeId) in VisitCXXNewExpr()