Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 []()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h327 CurPool->add(diag); in add()
H A DSema.h928 sema::DelayedDiagnosticPool *CurPool; variable
931 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
937 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
941 return CurPool; in getCurrentPool()
948 state.SavedPool = CurPool; in push()
949 CurPool = &pool; in push()
957 CurPool = state.SavedPool; in popWithoutEmitting()
964 state.SavedPool = CurPool; in pushUndelayed()
965 CurPool = nullptr; in pushUndelayed()
971 assert(CurPool == nullptr); in popUndelayed()
[all …]