Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h122 std::vector<std::string> PrebuiltModulePaths; variable
258 PrebuiltModulePaths.push_back(std::string(Name)); in AddPrebuiltModulePath()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp190 if (FileMapOnly || HSOpts->PrebuiltModulePaths.empty()) in getPrebuiltModuleFileName()
195 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltModuleFileName()
220 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltImplicitModuleFileName()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1779 !HSOpts.PrebuiltModulePaths.empty()) { in selectModuleSource()
H A DCompilerInvocation.cpp2994 for (const auto &Path : Opts.PrebuiltModulePaths) in GenerateHeaderSearchArgs()