HomeSort by: relevance | last modified time | path
    Searched refs:CurPool (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp 49 IdDeclInfoPool *CurPool = nullptr;
56 IdDeclInfoPool *Cur = CurPool;
404 CurPool = new IdDeclInfoPool(CurPool);
407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 327 CurPool->add(diag);
Sema.h 928 sema::DelayedDiagnosticPool *CurPool;
931 DelayedDiagnostics() : CurPool(nullptr) {}
937 bool shouldDelayDiagnostics() { return CurPool != nullptr; }
941 return CurPool;
948 state.SavedPool = CurPool;
949 CurPool = &pool;
957 CurPool = state.SavedPool;
964 state.SavedPool = CurPool;
965 CurPool = nullptr;
971 assert(CurPool == nullptr)
    [all...]

Completed in 25 milliseconds