Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
404 CurPool = new IdDeclInfoPool(CurPool); in operator []()
407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h327 CurPool->add(diag); in add()
H A DSema.h935 sema::DelayedDiagnosticPool *CurPool; variable
938 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
944 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
948 return CurPool; in getCurrentPool()
955 state.SavedPool = CurPool; in push()
956 CurPool = &pool; in push()
964 CurPool = state.SavedPool; in popWithoutEmitting()
971 state.SavedPool = CurPool; in pushUndelayed()
972 CurPool = nullptr; in pushUndelayed()
978 assert(CurPool == nullptr); in popUndelayed()
[all …]