Home
last modified time | relevance | path

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

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