Home
last modified time | relevance | path

Searched defs: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
250 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DRenameTests.cpp855 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local