Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance
49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()418 CurPool = new IdDeclInfoPool(CurPool); in operator []()421 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
327 CurPool->add(diag); in add()
976 sema::DelayedDiagnosticPool *CurPool = nullptr; variable985 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()989 return CurPool; in getCurrentPool()996 state.SavedPool = CurPool; in push()997 CurPool = &pool; in push()1005 CurPool = state.SavedPool; in popWithoutEmitting()1012 state.SavedPool = CurPool; in pushUndelayed()1013 CurPool = nullptr; in pushUndelayed()1019 assert(CurPool == nullptr); in popUndelayed()1020 CurPool = state.SavedPool; in popUndelayed()