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 D | p1.cpp | 12 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 D | complete-optional-params.cpp | 9 class Bar1 { public: Bar1() {} }; class Bar2; in Bar1() 10 void foo_2(Bar1 b1 = Bar1(), Bar2 b2 = Bar2());
|
| H A D | complete-call.cpp | 109 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 D | qualified-auto.rst | 65 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 D | unhandled-self-assignment.cpp | 219 class Bar2 { in operator !=() class 220 Bar2 &operator=(const Bar2 &other) { in operator !=()
|
| H A D | easily-swappable-parameters-prefixsuffixname.cpp | 44 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 D | OffsetToNewName.yaml | 5 NewName: Bar2
|
| H A D | QualifiedNameToNewName.yaml | 5 NewName: Bar2
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | new-delete.cpp | 577 class Bar2 {}; class 578 Foo2<Bar2> x2;
|
| H A D | type-traits.cpp | 2819 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 D | virtual-class-destructor.cpp | 289 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 D | use-nodiscard.cpp | 236 class Bar2 { class
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | redundant-expression.cpp | 822 struct Bar2 { struct
|