Searched defs:VisibleModulesCache (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DModule.h92 mutable llvm::DenseSet<const Module*> VisibleModulesCache; member in class:clang::Module
433 if (VisibleModulesCache.empty())
435 return VisibleModulesCache.count(M);

Completed in 142 milliseconds