Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
410 CurPool = new IdDeclInfoPool(CurPool); in operator []()
413 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDelayedDiagnostic.h327 CurPool->add(diag); in add()
H A DSema.h943 sema::DelayedDiagnosticPool *CurPool; variable
946 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
952 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
956 return CurPool; in getCurrentPool()
963 state.SavedPool = CurPool; in push()
964 CurPool = &pool; in push()
972 CurPool = state.SavedPool; in popWithoutEmitting()
979 state.SavedPool = CurPool; in pushUndelayed()
980 CurPool = nullptr; in pushUndelayed()
986 assert(CurPool == nullptr); in popUndelayed()
[all …]