Home
last modified time | relevance | path

Searched refs:DiagnosticPool (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool; variable
53 : S(P.getActions()), DiagnosticPool(nullptr) {
55 State = S.PushParsingDeclaration(DiagnosticPool);
70 if (!DiagnosticPool.pool_empty()) in redelay()
71 S.redelayDiagnostics(DiagnosticPool); in redelay()
72 assert(DiagnosticPool.pool_empty()); in redelay()
86 sema::DelayedDiagnosticPool DiagnosticPool; variable
96 : Actions(P.getActions()), DiagnosticPool(nullptr) { in ParsingDeclRAIIObject()
103 : Actions(P.getActions()), DiagnosticPool(parentPool) { in ParsingDeclRAIIObject()
112 DiagnosticPool(other ? other->DiagnosticPool.getParent() : nullptr) { in ParsingDeclRAIIObject()
[all …]