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(0), CurIndex(POOL_SIZE) {}
51 IdDeclInfoPool *Cur = CurPool;
433 CurPool = new IdDeclInfoPool(CurPool);
436 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 278 CurPool->add(diag);
Sema.h 399 sema::DelayedDiagnosticPool *CurPool;
402 DelayedDiagnostics() : CurPool(0) {}
408 bool shouldDelayDiagnostics() { return CurPool != 0; }
412 return CurPool;
419 state.SavedPool = CurPool;
420 CurPool = &pool;
428 CurPool = state.SavedPool;
435 state.SavedPool = CurPool;
436 CurPool = 0;
442 assert(CurPool == NULL)
    [all...]

Completed in 29 milliseconds