Home
last modified time | relevance | path

Searched defs:VBase (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
Dconstructors.cpp4 struct VBase { int x; VBase(); VBase(int); VBase(const VBase &); }; argument
Ddestructors.cpp82 struct VBase { ~VBase(); }; struct
/external/clang/test/CXX/special/class.copy/
Dp25-0x.cpp43 struct VBase : virtual Trivial {}; struct
Dp12-0x.cpp40 struct VBase : virtual Trivial {}; struct
/external/clang/include/clang/AST/
DRecordLayout.h205 CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const { in getVBaseClassOffset()
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp87 struct VBase {}; struct
/external/clang/lib/AST/
DCXXInheritance.cpp336 CXXRecordDecl *VBase = 0; in lookupInBases() local
DVTableBuilder.cpp2367 const CXXRecordDecl *VBase) { in getVirtualBaseOffsetOffset()
2431 const CXXRecordDecl *VBase = cast<CXXRecordDecl>(VBaseRT->getDecl()); in ComputeVTableRelatedInformation() local
DDeclCXX.cpp193 for (CXXRecordDecl::base_class_iterator VBase = in setBases() local
DRecordLayoutBuilder.cpp2747 const CXXRecordDecl *VBase = in DumpCXXRecordLayout() local
/external/clang/lib/Sema/
DSemaCast.cpp1248 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast() local
DSemaDeclCXX.cpp3206 for (CXXRecordDecl::base_class_iterator VBase = ClassDecl->vbases_begin(), in SetCtorInitializers() local
3363 for (CXXRecordDecl::base_class_const_iterator VBase = in DiagnoseBaseOrMemInitializerOrder() local
3645 for (CXXRecordDecl::base_class_iterator VBase = ClassDecl->vbases_begin(), in MarkBaseAndMemberDestructorsReferenced() local
DSemaOverload.cpp2803 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in CheckMemberPointerConversion() local
/external/icu4c/i18n/
Ducol.cpp3241 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7; in ucol_prv_getSpecialCE() local
4001 SBase = 0xAC00, LBase = 0x1100, VBase = 0x1161, TBase = 0x11A7; in ucol_prv_getSpecialPrevCE() local
/external/clang/lib/CodeGen/
DCGClass.cpp144 const CXXRecordDecl *VBase = 0; in GetAddressOfBaseClass() local