Searched refs:OtherFile (Results 1 – 2 of 2) sorted by relevance
66 llvm::Optional<std::string> OtherFile; in getOtherRefFile() local68 if (OtherFile) in getOtherRefFile()72 OtherFile = *RefFilePath; in getOtherRefFile()75 return OtherFile; in getOtherRefFile()250 auto OtherFile = getOtherRefFile(RenameDecl, MainFilePath, *Index); in renameable() local253 if (!OtherFile) in renameable()
855 TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;"); in TEST() local860 OtherFile.HeaderCode = CommonHeader; in TEST()861 OtherFile.Filename = "other.cc"; in TEST()863 auto OtherFileIndex = OtherFile.index(); in TEST()