OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 15 00:25:07 UTC 2026