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.h1346 sema::DelayedDiagnosticPool *CurPool = nullptr; variable
1355 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
1358 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in getCurrentPool()
1364 state.SavedPool = CurPool; in push()
1365 CurPool = &pool; in push()
1373 CurPool = state.SavedPool; in popWithoutEmitting()
1380 state.SavedPool = CurPool; in pushUndelayed()
1381 CurPool = nullptr; in pushUndelayed()
1387 assert(CurPool == nullptr); in popUndelayed()
1388 CurPool = state.SavedPool; in popUndelayed()