Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp44 IdDeclInfoPool *CurPool; member in IdentifierResolver::IdDeclInfoMap
48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {} in IdDeclInfoMap()
51 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
395 CurPool = new IdDeclInfoPool(CurPool); in operator []()
398 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h288 CurPool->add(diag); in add()
H A DSema.h510 sema::DelayedDiagnosticPool *CurPool; variable
513 DelayedDiagnostics() : CurPool(nullptr) {} in DelayedDiagnostics()
519 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in shouldDelayDiagnostics()
523 return CurPool; in getCurrentPool()
530 state.SavedPool = CurPool; in push()
531 CurPool = &pool; in push()
539 CurPool = state.SavedPool; in popWithoutEmitting()
546 state.SavedPool = CurPool; in pushUndelayed()
547 CurPool = nullptr; in pushUndelayed()
553 assert(CurPool == nullptr); in popUndelayed()
[all …]