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

/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h287 assert(shouldDelayDiagnostics() && "trying to delay without pool");
H A DSema.h507 bool shouldDelayDiagnostics() { return CurPool != nullptr; } function in class:clang::Sema::DelayedDiagnostics
/external/clang/lib/Sema/
H A DSemaAccess.cpp1454 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
H A DSemaType.cpp1299 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
4137 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
H A DSemaDeclAttr.cpp4941 if (DelayedDiagnostics.shouldDelayDiagnostics()) {

Completed in 117 milliseconds