Searched defs:DiagnosticPool (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h46 sema::DelayedDiagnosticPool DiagnosticPool; member in class:clang::SuppressAccessChecks
53 : S(P.getActions()), DiagnosticPool(NULL) {
55 State = S.PushParsingDeclaration(DiagnosticPool);
70 if (!DiagnosticPool.pool_empty())
71 S.redelayDiagnostics(DiagnosticPool);
72 assert(DiagnosticPool.pool_empty());
86 sema::DelayedDiagnosticPool DiagnosticPool; member in class:clang::ParsingDeclRAIIObject
97 : Actions(P.getActions()), DiagnosticPool(NULL) {
104 : Actions(P.getActions()), DiagnosticPool(parentPool) {
113 DiagnosticPool(othe
[all...]

Completed in 373 milliseconds