Home
last modified time | relevance | path

Searched defs:Base1 (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeCompletion/
H A Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 { argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp3 struct Base1 { struct
31 struct Base1 { struct
32 virtual void g() {} in g()
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in Sub
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp16 struct Base1 { struct
24 struct Derived : Base1 { argument
H A Doffsetof.cpp41 struct Base1 { struct
49 struct Derived2 : public Base1, public Base2 { argument
H A DMicrosoftCompatibility.cpp165 typedef A<T> Base1; typedef in MissingTypename::C
H A Dempty-class-layout.cpp152 struct Base1 : Empty { }; struct
H A Dvirtual-override.cpp150 struct Base1 { virtual void f(int); }; struct
H A Dconstructor-initializer.cpp83 struct Base1 {}; struct
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp14 struct Base1 { struct
23 struct D1 : Base1 { // non-homogeneous aggregate argument
H A Dthunks.cpp150 struct Base1 { struct
151 int i;
153 virtual X f() { return X(); } in f()
H A Dvisibility.cpp362 struct Base1 { virtual void foo(); }; struct
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp67 struct Base1 { struct
68 typedef int type; // expected-note{{member found by ambiguous name lookup}}
H A Dinstantiate-using-decl.cpp34 typedef Visitor1<Derived> Base1; typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-repeated-weak.mm330 @interface Base1 interface
343 @interface Base1(cat) interface in cat
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dreinterpret-cast.cpp23 class Base1 {}; class
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1021 for (CXXRecordDecl::base_class_iterator Base1 = D1CXX->bases_begin(), in IsStructurallyEquivalent() local
1060 const CXXBaseSpecifier *Base1 = D1CXX->bases_begin(); in IsStructurallyEquivalent() local
1978 for (const auto &Base1 : FromCXX->bases()) { in ImportDefinition() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8493 Base1 = D1CXX->bases_begin(), in isLayoutCompatibleStruct() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12538 SDValue Base1, Base2; in isAlias() local