Home
last modified time | relevance | path

Searched defs:BuiltModules (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h156 std::map<std::string, std::string, std::less<>> BuiltModules; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1820 const std::map<std::string, std::string, std::less<>> &BuiltModules, in selectModuleSource()