HomeSort by: relevance | last modified time | path
    Searched refs:shouldDelayDiagnostics (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 326 assert(shouldDelayDiagnostics() && "trying to delay without pool");
Sema.h 937 bool shouldDelayDiagnostics() { return CurPool != nullptr; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
SemaAccess.cpp 1467 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
SemaType.cpp 1978 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
6688 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
SemaDecl.cpp 13831 if (DelayedDiagnostics.shouldDelayDiagnostics())

Completed in 62 milliseconds