HomeSort by relevance Sort by last modified time
    Searched refs:CurPool (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
IdentifierResolver.cpp 44 IdDeclInfoPool *CurPool;
48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {}
51 IdDeclInfoPool *Cur = CurPool;
400 CurPool = new IdDeclInfoPool(CurPool);
403 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 288 CurPool->add(diag);
Sema.h 491 sema::DelayedDiagnosticPool *CurPool;
494 DelayedDiagnostics() : CurPool(nullptr) {}
500 bool shouldDelayDiagnostics() { return CurPool != nullptr; }
504 return CurPool;
511 state.SavedPool = CurPool;
512 CurPool = &pool;
520 CurPool = state.SavedPool;
527 state.SavedPool = CurPool;
528 CurPool = nullptr;
534 assert(CurPool == nullptr)
    [all...]

Completed in 59 milliseconds