Searched refs:DelayedDiagnosticsState (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h486 class DelayedDiagnosticsState { class in class:clang::Sema
490 typedef DelayedDiagnosticsState ParsingDeclState;
491 typedef DelayedDiagnosticsState ProcessingContextState;
516 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
517 DelayedDiagnosticsState state;
526 void popWithoutEmitting(DelayedDiagnosticsState state) {
532 DelayedDiagnosticsState pushUndelayed() {
533 DelayedDiagnosticsState state;
540 void popUndelayed(DelayedDiagnosticsState state) {

Completed in 246 milliseconds