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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h414 class DelayedDiagnosticsState { class in class:clang::Sema
418 typedef DelayedDiagnosticsState ParsingDeclState;
419 typedef DelayedDiagnosticsState ProcessingContextState;
444 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
445 DelayedDiagnosticsState state;
454 void popWithoutEmitting(DelayedDiagnosticsState state) {
460 DelayedDiagnosticsState pushUndelayed() {
461 DelayedDiagnosticsState state;
468 void popUndelayed(DelayedDiagnosticsState state) {

Completed in 59 milliseconds