Searched defs:Path2 (Results 1 – 5 of 5) sorted by relevance
32 auto Path2 = P.internPath({2, 1}); in TEST() local
1516 StringRef Path2("./////"); in TEST() local1591 SmallString<64> Path2("././c"); in TEST() local1598 SmallString<64> Path2("/old/foo"); in TEST() local
1044 StringRef Path2 = usesWindowsPaths() ? "a\\c.h" : "a/c.h"; in TEST() local1060 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; in TEST() local1076 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; in TEST() local
402 struct Path2 : AmbiguousBase { double p; }; argument
563 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths()