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 94 mutable llvm::DenseSet<const Module*> VisibleModulesCache;
466 if (VisibleModulesCache.empty())
468 return VisibleModulesCache.count(M);
  /external/clang/lib/Basic/
Module.cpp 305 assert(VisibleModulesCache.empty() && "cache does not need building");
308 VisibleModulesCache.insert(this);
316 if (VisibleModulesCache.insert(CurrModule).second)

Completed in 126 milliseconds