Home
last modified time | relevance | path

Searched refs:CurPool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h329 CurPool->add(diag); in add()
H A DSema.h1081 sema::DelayedDiagnosticPool *CurPool = nullptr; variable
1090 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
1093 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in getCurrentPool()
1099 state.SavedPool = CurPool; in push()
1100 CurPool = &pool; in push()
1108 CurPool = state.SavedPool; in popWithoutEmitting()
1115 state.SavedPool = CurPool; in pushUndelayed()
1116 CurPool = nullptr; in pushUndelayed()
1122 assert(CurPool == nullptr); in popUndelayed()
1123 CurPool = state.SavedPool; in popUndelayed()