Home
last modified time | relevance | path

Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DIdentifierResolver.cpp44 IdDeclInfoPool *CurPool; member in IdentifierResolver::IdDeclInfoMap
48 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 []()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h299 CurPool->add(diag); in add()
DSema.h584 sema::DelayedDiagnosticPool *CurPool; variable
587 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 …]