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()395 CurPool = new IdDeclInfoPool(CurPool); in operator []()398 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
288 CurPool->add(diag); in add()
510 sema::DelayedDiagnosticPool *CurPool; variable513 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()519 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()523 return CurPool; in getCurrentPool()530 state.SavedPool = CurPool; in push()531 CurPool = &pool; in push()539 CurPool = state.SavedPool; in popWithoutEmitting()546 state.SavedPool = CurPool; in pushUndelayed()547 CurPool = nullptr; in pushUndelayed()553 assert(CurPool == nullptr); in popUndelayed()[all …]