Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/test/CodeCompletion/
H A Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
H A Dannotate-context-sensitive.cpp13 struct Base2 { struct
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx0x-override-control-keywords.cpp20 struct Base2 { struct
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp12 struct Base2 { struct
40 struct Base2 { struct
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 { argument
H A DMicrosoftSuper.cpp53 struct Base2 { struct
57 struct MemberFunctionInMultipleBases : Base1, Base2 { argument
H A DMicrosoftCompatibility.cpp166 typedef B<U> Base2; typedef in MissingTypename::C
H A Dempty-class-layout.cpp153 struct Base2 : Empty { }; struct
H A Dvirtual-override.cpp151 struct Base2 { }; struct
H A Dconversion-function.cpp313 struct Base2 { struct
H A Dconstant-expression-cxx11.cpp729 struct Base2 : Bottom { struct
730 constexpr Base2(const int &r) : r(r) {} in Base2() argument
731 int q = 123;
732 const int &r;
H A Dwarn-thread-safety-parsing.cpp1418 class Base2 { }; class
H A Dwarn-thread-safety-analysis.cpp3511 class Base2 : public Base { class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp17 struct Base2 { struct
26 struct D2 : Base2 { // homogeneous aggregate argument
H A Dapple-kext-indirect-call-2.C43 struct Base2 { }; struct
H A Dthunks.cpp156 struct Base2 { struct
157 float real;
159 virtual X f() { return X(); } in f()
H A Dvisibility.cpp363 struct Base2 : virtual Base1 { virtual void foo(); }; struct
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp71 struct Base2 { struct
72 typedef float type; // expected-note{{member found by ambiguous name lookup}}
H A Dinstantiate-using-decl.cpp35 typedef Visitor2<Derived> Base2; typedef
H A Dmember-access-expr.cpp21 typedef TheBase Base2; in call_f0_through_typedef() typedef
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dreinterpret-cast.cpp28 class Base2 {}; class
/minix3/external/bsd/llvm/dist/clang/test/CXX/class.access/
H A Dp4.cpp127 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \ class
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1023 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8495 Base2 = D2CXX->bases_begin(); in isLayoutCompatibleStruct() local

12