Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance
49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()410 CurPool = new IdDeclInfoPool(CurPool); in operator []()413 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
327 CurPool->add(diag); in add()
943 sema::DelayedDiagnosticPool *CurPool; variable946 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()952 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()956 return CurPool; in getCurrentPool()963 state.SavedPool = CurPool; in push()964 CurPool = &pool; in push()972 CurPool = state.SavedPool; in popWithoutEmitting()979 state.SavedPool = CurPool; in pushUndelayed()980 CurPool = nullptr; in pushUndelayed()986 assert(CurPool == nullptr); in popUndelayed()[all …]