Searched defs:DerivedClass (Results 1 - 16 of 16) sorted by relevance

/external/v8/tools/clang/plugins/tests/
H A Doverridden_methods.h42 class DerivedClass : public InterimClass, class in inherits:InterimClass,webkit_glue::WebKitObserverImpl
46 virtual ~DerivedClass() {}
/external/clang/test/SemaTemplate/
H A Dderived.cpp38 template<class T> class DerivedClass : public BaseClass {}; class in namespace:PR16292
39 void* p = new DerivedClass<void>;
/external/Microsoft-GSL/tests/
H A Dspan_tests.cpp37 struct DerivedClass : BaseClass struct in namespace:__anon173
750 span<DerivedClass> avd;
751 span<const DerivedClass> avcd = avd;
757 span<DerivedClass> avd;
H A Dstrided_span_tests.cpp36 struct DerivedClass : BaseClass struct in namespace:__anon174
H A Dmulti_span_tests.cpp36 struct DerivedClass : BaseClass struct in namespace:__anon172
647 multi_span<DerivedClass> avd;
651 multi_span<const DerivedClass> avcd = avd;
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dtemplate-expected.cc214 class DerivedClass : protected BaseClass<T> { class in namespace:blink::test_inherited_field
H A Dtemplate-original.cc213 class DerivedClass : protected BaseClass<T> { class in namespace:blink::test_inherited_field
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h57 CXXRecordDecl *DerivedClass,
61 NamingClass(DerivedClass),
54 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator, BaseNonce _, CXXRecordDecl *BaseClass, CXXRecordDecl *DerivedClass, AccessSpecifier Access) argument
/external/clang/lib/Sema/
H A DSemaAccess.cpp168 CXXRecordDecl *DerivedClass,
170 : AccessedEntity(Context.getDiagAllocator(), Base, BaseClass, DerivedClass,
165 AccessTarget(ASTContext &Context, BaseNonce _, CXXRecordDecl *BaseClass, CXXRecordDecl *DerivedClass, AccessSpecifier Access) argument
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3140 class DerivedClass : public AClass { class in namespace:testing::gmock_matchers_test
3200 // The matcher expects a DerivedClass, but inside the Property() we
3202 Matcher<const DerivedClass&> m = Property(&AClass::n, Ge(0));
3204 DerivedClass d;
3294 // The matcher expects a DerivedClass, but inside the Property() we
3296 Matcher<const DerivedClass*> m = Property(&AClass::n, Ge(0));
3298 DerivedClass d;
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3615 class DerivedClass : public AClass { class in namespace:testing::gmock_matchers_test
3692 // The matcher expects a DerivedClass, but inside the Property() we
3694 Matcher<const DerivedClass&> m = Property(&AClass::n, Ge(0));
3696 DerivedClass d;
3786 // The matcher expects a DerivedClass, but inside the Property() we
3788 Matcher<const DerivedClass*> m = Property(&AClass::n, Ge(0));
3790 DerivedClass d;
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc3598 class DerivedClass : public AClass { class in namespace:testing::gmock_matchers_test
3660 // The matcher expects a DerivedClass, but inside the Property() we
3662 Matcher<const DerivedClass&> m = Property(&AClass::n, Ge(0));
3664 DerivedClass d;
3754 // The matcher expects a DerivedClass, but inside the Property() we
3756 Matcher<const DerivedClass*> m = Property(&AClass::n, Ge(0));
3758 DerivedClass d;
/external/clang/lib/AST/
H A DVTableBuilder.cpp36 /// DerivedClass - The derived class.
37 const CXXRecordDecl *DerivedClass; member in struct:__anon1495::BaseOffset
50 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr),
52 BaseOffset(const CXXRecordDecl *DerivedClass, argument
54 : DerivedClass(DerivedClass), VirtualBase(VirtualBase),
1194 if (Offset.DerivedClass == MostDerivedClass) {
1200 VTables.getVirtualBaseOffsetOffset(Offset.DerivedClass,
3062 Context.getASTRecordLayout(ReturnAdjustmentOffset.DerivedClass);
3066 VTables.getVBTableIndex(ReturnAdjustmentOffset.DerivedClass,
[all...]
/external/clang/lib/CodeGen/
H A DCGClass.cpp148 const CXXRecordDecl *DerivedClass, CastExpr::path_const_iterator Start,
153 const CXXRecordDecl *RD = DerivedClass;
483 const CXXRecordDecl *DerivedClass = variable
489 DerivedClass, BaseClass,
147 computeNonVirtualBaseClassOffset( const CXXRecordDecl *DerivedClass, CastExpr::path_const_iterator Start, CastExpr::path_const_iterator End) argument
H A DMicrosoftCXXABI.cpp3076 const CXXRecordDecl *DerivedClass = DerivedTy->getMostRecentCXXRecordDecl(); local
3109 CGM.computeNonVirtualBaseClassOffset(DerivedClass, PathBegin, PathEnd)
/external/clang/include/clang/AST/
H A DExpr.h68 const CXXRecordDecl *DerivedClass; member in struct:clang::SubobjectAdjustment::DTB
83 const CXXRecordDecl *DerivedClass)
86 DerivedToBase.DerivedClass = DerivedClass;
82 SubobjectAdjustment(const CastExpr *BasePath, const CXXRecordDecl *DerivedClass) argument

Completed in 476 milliseconds