Searched refs:CurPool (Results 1 – 6 of 6) 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 []()
49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()404 CurPool = new IdDeclInfoPool(CurPool); in operator []()407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
299 CurPool->add(diag); in add()
584 sema::DelayedDiagnosticPool *CurPool; variable587 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()593 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()597 return CurPool; in getCurrentPool()604 state.SavedPool = CurPool; in push()605 CurPool = &pool; in push()613 CurPool = state.SavedPool; in popWithoutEmitting()620 state.SavedPool = CurPool; in pushUndelayed()621 CurPool = nullptr; in pushUndelayed()627 assert(CurPool == nullptr); in popUndelayed()[all …]
327 CurPool->add(diag); in add()
820 sema::DelayedDiagnosticPool *CurPool; variable823 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()829 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()833 return CurPool; in getCurrentPool()840 state.SavedPool = CurPool; in push()841 CurPool = &pool; in push()849 CurPool = state.SavedPool; in popWithoutEmitting()856 state.SavedPool = CurPool; in pushUndelayed()857 CurPool = nullptr; in pushUndelayed()863 assert(CurPool == nullptr); in popUndelayed()[all …]