OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InferredModuleAllowedBy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h
274
llvm::DenseMap<const Module *, const FileEntry *>
InferredModuleAllowedBy
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp
628
InferredModuleAllowedBy
[Result] = UmbrellaModuleMap;
646
InferredModuleAllowedBy
[Result] = UmbrellaModuleMap;
1027
InferredModuleAllowedBy
[Result] = ModuleMapFile;
1263
assert(
InferredModuleAllowedBy
.count(M) && "missing inferred module map");
1264
return
InferredModuleAllowedBy
.find(M)->second;
1271
InferredModuleAllowedBy
[M] = ModMap;
Completed in 18 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026