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

  /external/clang/include/clang/Basic/
Module.h 92 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
433 if (VisibleModulesCache.empty())
435 return VisibleModulesCache.count(M);
  /external/clang/lib/Basic/
Module.cpp 272 assert(VisibleModulesCache.empty() && "cache does not need building");
275 VisibleModulesCache.insert(this);
283 if (VisibleModulesCache.insert(CurrModule).second)

Completed in 63 milliseconds