Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearchOptions.h123 std::vector<std::string> PrebuiltModulePaths; variable
308 PrebuiltModulePaths.push_back(std::string(Name)); in AddPrebuiltModulePath()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDHeaderSearch.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-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp1835 !HSOpts.PrebuiltModulePaths.empty()) { in selectModuleSource()
HDCompilerInvocation.cpp3147 for (const auto &Path : Opts.PrebuiltModulePaths) in GenerateHeaderSearchArgs()