Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp25 FilePaths.emplace_back(DirPath(Root, Dir), Paths.add(Filename)); in addFilePath()
26 return FilePaths.size() - 1; in addFilePath()
34 return FilePaths; in getFilePaths()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp97 checkNodesAreInitialized(IndexFile, FilePaths);
104 FilePaths.push_back(std::string(Path)); in addFile()
109 std::vector<std::string> FilePaths; member in clang::clangd::__anonae56ce760111::IndexActionTest
H A DClangdTests.cpp673 std::vector<std::string> FilePaths; in TEST() local
678 FilePaths.push_back(testPath(Name)); in TEST()
766 Server.addDocument(FilePaths[FileIndex], in TEST()
789 Server.removeDocument(FilePaths[FileIndex]); in TEST()
808 cantFail(runCodeComplete(Server, FilePaths[FileIndex], Pos, in TEST()
822 ASSERT_TRUE(!!runLocateSymbolAt(Server, FilePaths[FileIndex], Pos)); in TEST()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp206 auto FilePaths = [&](const Multilib &M) -> std::vector<std::string> { in Fuchsia() local
267 std::vector<std::string> RD = FilePaths(M); in Fuchsia()
288 Multilibs.setFilePathsCallback(FilePaths); in Fuchsia()
/llvm-project-15.0.7/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h82 std::vector<FilePath> FilePaths; variable
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h141 path_list FilePaths; variable
266 path_list &getFilePaths() { return FilePaths; } in getFilePaths()
267 const path_list &getFilePaths() const { return FilePaths; } in getFilePaths()