Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool; variable
53 : S(P.getActions()), DiagnosticPool(nullptr) {
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; variable
118 DiagnosticPool(other ? other->DiagnosticPool.getParent() : nullptr) { in ParsingDeclRAIIObject()
120 DiagnosticPool.steal(other->DiagnosticPool); in ParsingDeclRAIIObject()
131 return DiagnosticPool; in getDelayedDiagnosticPool()
[all …]