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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) {
Sema.h 914 class DelayedDiagnostics;
918 friend class Sema::DelayedDiagnostics;
925 class DelayedDiagnostics {
931 DelayedDiagnostics() : CurPool(nullptr) {}
974 } DelayedDiagnostics;
989 SavedContextState(S.DelayedDiagnostics.pushUndelayed()),
1006 S.DelayedDiagnostics.popUndelayed(SavedContextState);
4892 return DelayedDiagnostics.push(pool);
4899 return DelayedDiagnostics.pushUndelayed();
4903 DelayedDiagnostics.popUndelayed(state)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 563 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
564 S.DelayedDiagnostics.add(
SemaAccess.cpp 1467 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
1468 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity));
AnalysisBasedWarnings.cpp 1669 using DelayedDiagnostics = SmallVector<PartialDiagnosticAt, 2>;
1670 llvm::DenseMap<const BlockDecl *, DelayedDiagnostics> DelayedBlockWarnings;
Sema.cpp 1022 assert(DelayedDiagnostics.getCurrentPool() == nullptr
SemaDeclAttr.cpp 8635 assert(DelayedDiagnostics.getCurrentPool());
8636 DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
8637 DelayedDiagnostics.popWithoutEmitting(state);
8692 DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();
SemaType.cpp 1978 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
1979 S.DelayedDiagnostics.add(
6688 if (S.DelayedDiagnostics.shouldDelayDiagnostics()) {
6689 S.DelayedDiagnostics.add(
SemaDecl.cpp 13831 if (DelayedDiagnostics.shouldDelayDiagnostics())
13832 DelayedDiagnostics.add(

Completed in 119 milliseconds