Home
last modified time | relevance | path

Searched defs:Base2 (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/clang/test/Parser/
H A Dcxx-invalid-function-decl.cpp24 struct Base2 { struct
26 Base2(T a2) : x2(a2) {} in Base2() function
H A Dcxx0x-override-control-keywords.cpp18 struct Base2 { struct
/llvm-project/clang/test/SemaCXX/
H A Dnothrow-as-noexcept-ctor.cpp12 struct Base2 { struct
13 Base2() noexcept {} in Base2() function
H A Doffsetof.cpp46 struct Base2 { struct
50 struct Derived2 : public Base1, public Base2 { argument
H A DMicrosoftSuper.cpp53 struct Base2 { struct
57 struct MemberFunctionInMultipleBases : Base1, Base2 { argument
H A Dcode-seg1.cpp5 struct Base2 {}; struct
/llvm-project/lldb/test/API/lang/cpp/multiple-inheritance/
H A Dmain.cpp23 struct Base2 : CommonBase { struct
25 Base2() { in Base2() argument
35 struct FinalClass : Base1, Base2 { argument
/llvm-project/clang/test/Frontend/
H A Dplugin-call-super.cpp9 struct Base2 { struct
12 struct Derive : public Base1, public Base2 { argument
/llvm-project/clang/test/Index/
H A Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
H A Dannotate-context-sensitive.cpp13 struct Base2 { struct
/llvm-project/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp12 struct Base2 { struct
40 struct Base2 { struct
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-devirtualized-calls.cpp7 struct Base2 { struct
15 struct Derived2 final : Base1, Base2 { argument
H A Ddebug-info-thunk.cpp123 struct Base2 { struct
124 float real;
126 virtual X f() { return X(); } in f()
H A Dapple-kext-indirect-call-2.cpp43 struct Base2 { }; struct
H A Dptrauth-apple-kext-indirect-call-2.cpp45 struct Base2 { }; struct
H A Dthunks.cpp194 struct Base2 { struct
195 float real;
197 virtual X f() { return X(); } in f()
/llvm-project/libcxxabi/test/
H A Dinherited_exception.pass.cpp40 struct Base2 { struct
44 struct Child : public Base, public Base2 { argument
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp41 struct Base2 { struct
50 struct Derived3 : Base2 { argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-override-templates.cpp8 struct Base2 { struct
H A Duse-override.cpp295 struct Base2 { struct
296 virtual ~Base2() {} in ~Base2() argument
/llvm-project/clang/test/CodeCompletion/
H A Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp70 struct Base2 { struct
71 typedef float type; // expected-note{{member type 'float' found by ambiguous name lookup}}
/llvm-project/clang/test/CXX/class.access/
H A Dp4.cpp147 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \ class
177 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \ class
205 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 1{{declared private here}} class
232 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 1{{declared private here}} class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp10 class Base2 { class
/llvm-project/clang/test/Analysis/
H A Dreinterpret-cast.cpp28 class Base2 {}; class

123