Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h121 std::vector<std::string> PrebuiltModulePaths; variable
233 PrebuiltModulePaths.push_back(Name); in AddPrebuiltModulePath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp141 if (FileMapOnly || HSOpts->PrebuiltModulePaths.empty()) in getPrebuiltModuleFileName()
146 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) { in getPrebuiltModuleFileName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1670 !HSOpts.PrebuiltModulePaths.empty())) { in loadModule()