Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h135 ArrayRef<std::string> SearchPaths);
149 ArrayRef<std::string> SearchPaths);
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp221 ArrayRef<std::string> SearchPaths) { in getCurrentModuleAPINotes() argument
284 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes()
298 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument
302 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp422 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain() local
431 std::string Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6069 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) in GetFilePath() local
6084 if (auto P = SearchPaths(PrefixDirs)) in GetFilePath()
6102 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()
6105 if (auto P = SearchPaths(TC.getFilePaths())) in GetFilePath()