Searched defs:Path2 (Results 1 – 5 of 5) sorted by relevance
32 auto Path2 = P.internPath({2, 1}); in TEST() local
1045 FileToReplaces[std::string(Path2)] = Replacements(); in TEST() local 1061 FileToReplaces[std::string(Path2)] = Replacements(); in TEST() local 1077 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; TEST() local
1547 StringRef Path2("./////"); TEST() local 1622 SmallString<64> Path2("././c"); TEST() local 1629 SmallString<64> Path2("/old/foo"); TEST() local [all...]
559 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths()
401 struct Path2 : AmbiguousBase { double p; }; argument