Searched refs:CurPool (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp44 IdDeclInfoPool *CurPool; member in class:IdentifierResolver::IdDeclInfoMap
48 IdDeclInfoMap() : CurPool(0), CurIndex(POOL_SIZE) {}
51 IdDeclInfoPool *Cur = CurPool;
433 CurPool = new IdDeclInfoPool(CurPool);
436 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h278 CurPool->add(diag);
H A DSema.h415 sema::DelayedDiagnosticPool *CurPool; member in class:clang::Sema::DelayedDiagnostics
418 DelayedDiagnostics() : CurPool(0) {}
424 bool shouldDelayDiagnostics() { return CurPool != 0; }
428 return CurPool;
435 state.SavedPool = CurPool;
436 CurPool = &pool;
444 CurPool = state.SavedPool;
451 state.SavedPool = CurPool;
452 CurPool = 0;
458 assert(CurPool
[all...]

Completed in 141 milliseconds