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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 175 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
613 if (VisibleModulesCache.empty())
615 return VisibleModulesCache.count(M);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 417 assert(VisibleModulesCache.empty() && "cache does not need building");
420 VisibleModulesCache.insert(this);
428 if (VisibleModulesCache.insert(CurrModule).second)

Completed in 18 milliseconds