Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h135 ArrayRef<std::string> SearchPaths);
149 ArrayRef<std::string> SearchPaths);
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp222 ArrayRef<std::string> SearchPaths) { in getCurrentModuleAPINotes() argument
290 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes()
304 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument
308 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h99 ArrayRef<std::string> SearchPaths);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp169 ArrayRef<std::string> SearchPaths) { in findLibrary() argument
210 for (const StringRef Path : SearchPaths) { in findLibrary()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp448 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain() local
457 std::string Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6153 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) in GetFilePath() local
6168 if (auto P = SearchPaths(PrefixDirs)) in GetFilePath()
6186 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()
6189 if (auto P = SearchPaths(TC.getFilePaths())) in GetFilePath()