Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance
44 IdDeclInfoPool *CurPool; member in IdentifierResolver::IdDeclInfoMap48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {} in IdDeclInfoMap()51 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()400 CurPool = new IdDeclInfoPool(CurPool); in operator []()403 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
299 CurPool->add(diag); in add()
552 sema::DelayedDiagnosticPool *CurPool; variable555 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()561 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()565 return CurPool; in getCurrentPool()572 state.SavedPool = CurPool; in push()573 CurPool = &pool; in push()581 CurPool = state.SavedPool; in popWithoutEmitting()588 state.SavedPool = CurPool; in pushUndelayed()589 CurPool = nullptr; in pushUndelayed()595 assert(CurPool == nullptr); in popUndelayed()[all …]