Searched refs:usesWindowsPaths (Results 1 – 1 of 1) sorted by relevance
1034 static constexpr bool usesWindowsPaths() { in usesWindowsPaths() function1043 StringRef Path1 = usesWindowsPaths() ? "a\\b\\..\\.\\c.h" : "a/b/.././c.h"; in TEST()1044 StringRef Path2 = usesWindowsPaths() ? "a\\c.h" : "a/c.h"; in TEST()1059 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; in TEST()1060 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; in TEST()1075 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; in TEST()1076 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; in TEST()