Searched refs:DiagnosticPool (Results 1 – 1 of 1) sorted by relevance
46 sema::DelayedDiagnosticPool DiagnosticPool; variable53 : S(P.getActions()), DiagnosticPool(nullptr) {55 State = S.PushParsingDeclaration(DiagnosticPool);62 : S(Other.S), DiagnosticPool(std::move(Other.DiagnosticPool)), in SuppressAccessChecks()76 if (!DiagnosticPool.pool_empty()) in redelay()77 S.redelayDiagnostics(DiagnosticPool); in redelay()78 assert(DiagnosticPool.pool_empty()); in redelay()92 sema::DelayedDiagnosticPool DiagnosticPool; variable102 : Actions(P.getActions()), DiagnosticPool(nullptr) { in ParsingDeclRAIIObject()109 : Actions(P.getActions()), DiagnosticPool(parentPool) { in ParsingDeclRAIIObject()[all …]