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;
396 CurPool = new IdDeclInfoPool(CurPool);
399 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 278 CurPool->add(diag);
Sema.h 421 sema::DelayedDiagnosticPool *CurPool;
424 DelayedDiagnostics() : CurPool(0) {}
430 bool shouldDelayDiagnostics() { return CurPool != 0; }
434 return CurPool;
441 state.SavedPool = CurPool;
442 CurPool = &pool;
450 CurPool = state.SavedPool;
457 state.SavedPool = CurPool;
458 CurPool = 0;
464 assert(CurPool == NULL)
    [all...]

Completed in 37 milliseconds