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()
392 CurPool = new IdDeclInfoPool(CurPool); in operator []()
395 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h288 CurPool->add(diag); in add()
DSema.h498 sema::DelayedDiagnosticPool *CurPool; variable
501 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 …]