Home
last modified time | relevance | path

Searched refs:Bar2 (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.normal/
H A Dp1.cpp12 template<typename T> concept Bar2 = Foo2<T&>;
14 template<typename T> requires Bar2<T> struct S2 { };
16 template<typename T> requires Bar2<T> && true struct S2<T> { };
74 template <Bar2 T, True U>
80 template <True T, Bar2 U>
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-optional-params.cpp9 class Bar1 { public: Bar1() {} }; class Bar2; in Bar1()
10 void foo_2(Bar1 b1 = Bar1(), Bar2 b2 = Bar2());
H A Dcomplete-call.cpp109 struct Bar2 : public Bar { struct
110 Bar2() { in Bar2() function
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dqualified-auto.rst65 auto *Foo2 = cast<const int *>(Bar2);
73 auto *Foo2 = cast<const int *>(Bar2);
81 const auto *Foo2 = cast<const int *>(Bar2);
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunhandled-self-assignment.cpp219 class Bar2 { in operator !=() class
220 Bar2 &operator=(const Bar2 &other) { in operator !=()
H A Deasily-swappable-parameters-prefixsuffixname.cpp44 void test10(int Something, int Other, int Foo, int Bar1, int Bar2, int Baz, int Qux) {} in test10() argument
/llvm-project-15.0.7/clang/test/clang-rename/Inputs/
H A DOffsetToNewName.yaml5 NewName: Bar2
H A DQualifiedNameToNewName.yaml5 NewName: Bar2
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnew-delete.cpp577 class Bar2 {}; class
578 Foo2<Bar2> x2;
H A Dtype-traits.cpp2819 struct Bar2 { struct
2824 static_assert(__is_trivially_assignable(Bar2 &, const Bar2 &), "");
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dvirtual-class-destructor.cpp289 virtual CONCAT(~Foo, Bar2()); // FIXME: We should have a fixit for this.
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nodiscard.cpp236 class Bar2 { class
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dredundant-expression.cpp822 struct Bar2 { struct