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;
392 CurPool = new IdDeclInfoPool(CurPool);
395 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 288 CurPool->add(diag);
Sema.h 498 sema::DelayedDiagnosticPool *CurPool;
501 DelayedDiagnostics() : CurPool(nullptr) {}
507 bool shouldDelayDiagnostics() { return CurPool != nullptr; }
511 return CurPool;
518 state.SavedPool = CurPool;
519 CurPool = &pool;
527 CurPool = state.SavedPool;
534 state.SavedPool = CurPool;
535 CurPool = nullptr;
541 assert(CurPool == nullptr)
    [all...]

Completed in 123 milliseconds