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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h403 class DelayedDiagnosticsState { class in class:clang::Sema
407 typedef DelayedDiagnosticsState ParsingDeclState;
408 typedef DelayedDiagnosticsState ProcessingContextState;
433 DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
434 DelayedDiagnosticsState state;
443 void popWithoutEmitting(DelayedDiagnosticsState state) {
449 DelayedDiagnosticsState pushUndelayed() {
450 DelayedDiagnosticsState state;
457 void popUndelayed(DelayedDiagnosticsState state) {

Completed in 182 milliseconds