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

/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h269 assert(shouldDelayDiagnostics() && "trying to delay without pool");
H A DSema.h389 bool shouldDelayDiagnostics() { return CurPool != 0; } function in class:clang::Sema::DelayedDiagnostics
/external/clang/lib/Sema/
H A DSemaAccess.cpp1412 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
H A DSemaType.cpp1099 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
3596 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
H A DSemaDeclAttr.cpp4853 if (DelayedDiagnostics.shouldDelayDiagnostics()) {

Completed in 404 milliseconds