Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h121 std::vector<std::string> PrebuiltModulePaths; variable
251 PrebuiltModulePaths.push_back(std::string(Name)); in AddPrebuiltModulePath()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp152 if (FileMapOnly || HSOpts->PrebuiltModulePaths.empty()) in getPrebuiltModuleFileName()
157 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltModuleFileName()
173 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltImplicitModuleFileName()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1678 !HSOpts.PrebuiltModulePaths.empty()) { in selectModuleSource()