Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance
50 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap57 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()405 CurPool = new IdDeclInfoPool(CurPool); in operator []()408 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
333 CurPool->add(diag); in add()
679 sema::DelayedDiagnosticPool *CurPool; variable682 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()688 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()692 return CurPool; in getCurrentPool()699 state.SavedPool = CurPool; in push()700 CurPool = &pool; in push()708 CurPool = state.SavedPool; in popWithoutEmitting()715 state.SavedPool = CurPool; in pushUndelayed()716 CurPool = nullptr; in pushUndelayed()722 assert(CurPool == nullptr); in popUndelayed()[all …]