Searched refs:IsParenTypeId (Results 1 – 4 of 4) sorted by relevance
254 bool IsParenTypeId = TypeIdParens.isValid(); in CXXNewExpr() local255 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()265 if (IsParenTypeId) in CXXNewExpr()276 if (IsParenTypeId) in CXXNewExpr()285 unsigned NumPlacementArgs, bool IsParenTypeId) in CXXNewExpr() argument289 CXXNewExprBits.IsParenTypeId = IsParenTypeId; in CXXNewExpr()303 bool IsParenTypeId = TypeIdParens.isValid(); in Create() local306 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in Create()317 bool IsParenTypeId) { in CreateEmpty() argument320 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in CreateEmpty()[all …]
2300 bool IsParenTypeId);2316 bool IsParenTypeId);2395 bool isParenTypeId() const { return CXXNewExprBits.IsParenTypeId; } in isParenTypeId()
888 unsigned IsParenTypeId : 1;
1907 bool IsParenTypeId = Record.readInt(); in VisitCXXNewExpr() local1919 assert((IsParenTypeId == E->isParenTypeId()) && "Wrong IsParenTypeId!"); in VisitCXXNewExpr()1927 if (IsParenTypeId) in VisitCXXNewExpr()