Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
406 CurPool = new IdDeclInfoPool(CurPool); in operator []()
409 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDelayedDiagnostic.h327 CurPool->add(diag); in add()
H A DSema.h942 sema::DelayedDiagnosticPool *CurPool; variable
945 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
951 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
955 return CurPool; in getCurrentPool()
962 state.SavedPool = CurPool; in push()
963 CurPool = &pool; in push()
971 CurPool = state.SavedPool; in popWithoutEmitting()
978 state.SavedPool = CurPool; in pushUndelayed()
979 CurPool = nullptr; in pushUndelayed()
985 assert(CurPool == nullptr); in popUndelayed()
[all …]