Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance
49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()404 CurPool = new IdDeclInfoPool(CurPool); in operator []()407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
327 CurPool->add(diag); in add()
928 sema::DelayedDiagnosticPool *CurPool; variable931 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 …]