Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
418 CurPool = new IdDeclInfoPool(CurPool); in operator []()
421 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h327 CurPool->add(diag); in add()
H A DSema.h976 sema::DelayedDiagnosticPool *CurPool = nullptr; variable
985 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
989 return CurPool; in getCurrentPool()
996 state.SavedPool = CurPool; in push()
997 CurPool = &pool; in push()
1005 CurPool = state.SavedPool; in popWithoutEmitting()
1012 state.SavedPool = CurPool; in pushUndelayed()
1013 CurPool = nullptr; in pushUndelayed()
1019 assert(CurPool == nullptr); in popUndelayed()
1020 CurPool = state.SavedPool; in popUndelayed()