Lines Matching refs:Path1
1040 StringRef Path1 = "a/b/.././c.h"; in TEST() local
1043 StringRef Path1 = "a\\b\\..\\.\\c.h"; in TEST() local
1046 EXPECT_TRUE(VFS->addFile(Path1, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST()
1048 FileToReplaces[std::string(Path1)] = Replacements(); in TEST()
1052 EXPECT_EQ(Path1, FileToReplaces.begin()->first); in TEST()
1061 StringRef Path1 = "./a/b/c.h"; in TEST() local
1064 StringRef Path1 = ".\\a\\b\\c.h"; in TEST() local
1067 EXPECT_TRUE(VFS->addFile(Path1, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST()
1069 FileToReplaces[std::string(Path1)] = Replacements(); in TEST()
1073 EXPECT_EQ(Path1, FileToReplaces.begin()->first); in TEST()
1082 StringRef Path1 = "./a/b/c.h"; in TEST() local
1085 StringRef Path1 = ".\\a\\b\\c.h"; in TEST() local
1088 FileToReplaces[std::string(Path1)] = Replacements(); in TEST()