Home
last modified time | relevance | path

Searched refs:OtherFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp66 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local
68 if (OtherFile) in getOtherRefFile()
72 OtherFile = *RefFilePath; in getOtherRefFile()
75 return OtherFile; in getOtherRefFile()
250 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
253 if (!OtherFile) in renameable()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DRenameTests.cpp855 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local
860 OtherFile.HeaderCode = CommonHeader; in TEST()
861 OtherFile.Filename = "other.cc"; in TEST()
863 auto OtherFileIndex = OtherFile.index(); in TEST()