OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExcludedModules
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
ModuleMap.h
160
SmallVector<std::string, 2>
ExcludedModules
;
/external/clang/lib/Lex/
ModuleMap.cpp
665
canInfer = std::find(inferred->second.
ExcludedModules
.begin(),
666
inferred->second.
ExcludedModules
.end(),
667
Name) == inferred->second.
ExcludedModules
.end();
[
all
...]
Completed in 96 milliseconds