Home
last modified time | relevance | path

Searched defs:SearchPaths (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp222 ArrayRef<std::string> SearchPaths) { in getCurrentModuleAPINotes() argument
304 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument
/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp169 ArrayRef<std::string> SearchPaths) { in findLibrary() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DStdLib.cpp307 llvm::SmallVector<std::string> SearchPaths; add() local
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp448 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); libDriverMain() local
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1298 findFromSearchPaths(StringRef Name,StringRef Root,ArrayRef<StringRef> SearchPaths) findFromSearchPaths() argument
1307 searchLibraryBaseName(StringRef Name,StringRef Root,ArrayRef<StringRef> SearchPaths) searchLibraryBaseName() argument
1322 searchLibrary(StringRef Input,StringRef Root,ArrayRef<StringRef> SearchPaths) searchLibrary() argument
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp675 std::vector<SearchPath> SearchPaths(AllFiles.size()); filter() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp6141 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) GetFilePath() local