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()392 CurPool = new IdDeclInfoPool(CurPool); in operator []()395 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
288 CurPool->add(diag); in add()
498 sema::DelayedDiagnosticPool *CurPool; variable501 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()507 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()511 return CurPool; in getCurrentPool()518 state.SavedPool = CurPool; in push()519 CurPool = &pool; in push()527 CurPool = state.SavedPool; in popWithoutEmitting()534 state.SavedPool = CurPool; in pushUndelayed()535 CurPool = nullptr; in pushUndelayed()541 assert(CurPool == nullptr); in popUndelayed()[all …]