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

/external/clang/include/clang/Sema/
H A DSema.h368 class DelayedDiagnosticsState { class in class:clang::Sema
372 typedef DelayedDiagnosticsState ParsingDeclState;
373 typedef DelayedDiagnosticsState ProcessingContextState;
398 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
399 DelayedDiagnosticsState state;
408 void popWithoutEmitting(DelayedDiagnosticsState state) {
414 DelayedDiagnosticsState pushUndelayed() {
415 DelayedDiagnosticsState state;
422 void popUndelayed(DelayedDiagnosticsState state) {

Completed in 6375 milliseconds