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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 45 IdDeclInfoPool *CurPool;
49 IdDeclInfoMap() : CurPool(0), CurIndex(POOL_SIZE) {}
52 IdDeclInfoPool *Cur = CurPool;
422 CurPool = new IdDeclInfoPool(CurPool);
425 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /external/clang/include/clang/Sema/
Sema.h 380 sema::DelayedDiagnosticPool *CurPool;
383 DelayedDiagnostics() : CurPool(0) {}
389 bool shouldDelayDiagnostics() { return CurPool != 0; }
393 return CurPool;
400 state.SavedPool = CurPool;
401 CurPool = &pool;
409 CurPool = state.SavedPool;
416 state.SavedPool = CurPool;
417 CurPool = 0;
423 assert(CurPool == NULL)
    [all...]

Completed in 3620 milliseconds