Home
last modified time | relevance | path

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

12

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

12