Home
last modified time | relevance | path

Searched refs:PrebuiltModulePaths (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h122 std::vector<std::string> PrebuiltModulePaths; variable
258 PrebuiltModulePaths.push_back(std::string(Name)); in AddPrebuiltModulePath()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp189 if (FileMapOnly || HSOpts->PrebuiltModulePaths.empty()) in getPrebuiltModuleFileName()
194 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltModuleFileName()
219 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltImplicitModuleFileName()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1765 !HSOpts.PrebuiltModulePaths.empty()) { in selectModuleSource()
H A DCompilerInvocation.cpp2977 for (const auto &Path : Opts.PrebuiltModulePaths) in GenerateHeaderSearchArgs()