Searched refs:Path2 (Results 1 – 4 of 4) sorted by relevance
402 struct Path2 : AmbiguousBase { double p; }; struct403 struct Derived : Path1, Path2 { };409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; } in get_ab_2()415 template <class T> decltype(((T*) 0)->Path2::p) get_p_2(T &ref) { return ref.Path2::p; } in get_p_2()
881 SmallString<64> Path2("a/b"); in TEST() local890 path::native(Path2); in TEST()891 EXPECT_PATH_IS(Path2, "a\\b", "a/b"); in TEST()910 StringRef Path2("./////"); in TEST() local914 Path2 = path::remove_leading_dotslash(Path2); in TEST()915 EXPECT_EQ(Path2, ""); in TEST()
342 const Twine &Path2 = "", const Twine &Path3 = "");
1138 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument1140 append(Result, Path1, Path2, Path3); in user_cache_directory()