OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VisibleModulesCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
Module.h
80
mutable llvm::DenseSet<const Module*>
VisibleModulesCache
;
379
if (
VisibleModulesCache
.empty())
381
return
VisibleModulesCache
.count(M);
/external/clang/lib/Basic/
Module.cpp
246
assert(
VisibleModulesCache
.empty() && "cache does not need building");
249
VisibleModulesCache
.insert(this);
254
VisibleModulesCache
.insert(Imports[I]);
258
VisibleModulesCache
.insert(Exported.begin(), Exported.end());
Completed in 679 milliseconds