Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance
49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()406 CurPool = new IdDeclInfoPool(CurPool); in operator []()409 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
327 CurPool->add(diag); in add()
942 sema::DelayedDiagnosticPool *CurPool; variable945 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()951 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()955 return CurPool; in getCurrentPool()962 state.SavedPool = CurPool; in push()963 CurPool = &pool; in push()971 CurPool = state.SavedPool; in popWithoutEmitting()978 state.SavedPool = CurPool; in pushUndelayed()979 CurPool = nullptr; in pushUndelayed()985 assert(CurPool == nullptr); in popUndelayed()[all …]