Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp50 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap
57 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
405 CurPool = new IdDeclInfoPool(CurPool); in operator []()
408 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h333 CurPool->add(diag); in add()
H A DSema.h679 sema::DelayedDiagnosticPool *CurPool; variable
682 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
688 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
692 return CurPool; in getCurrentPool()
699 state.SavedPool = CurPool; in push()
700 CurPool = &pool; in push()
708 CurPool = state.SavedPool; in popWithoutEmitting()
715 state.SavedPool = CurPool; in pushUndelayed()
716 CurPool = nullptr; in pushUndelayed()
722 assert(CurPool == nullptr); in popUndelayed()
[all …]