Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h123 std::vector<std::string> PrebuiltModulePaths; variable
308 PrebuiltModulePaths.push_back(std::string(Name)); in AddPrebuiltModulePath()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp213 if (FileMapOnly || HSOpts->PrebuiltModulePaths.empty()) in getPrebuiltModuleFileName()
218 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltModuleFileName()
243 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltImplicitModuleFileName()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1835 !HSOpts.PrebuiltModulePaths.empty()) { in selectModuleSource()
H A DCompilerInvocation.cpp3147 for (const auto &Path : Opts.PrebuiltModulePaths) in GenerateHeaderSearchArgs()