Home
last modified time | relevance | path

Searched refs:VirtualBase (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp41 const CXXRecordDecl *VirtualBase; member
53 : DerivedClass(DerivedClass), VirtualBase(VirtualBase), in BaseOffset()
70 const CXXRecordDecl *VirtualBase; member
224 const CXXRecordDecl *VirtualBase = nullptr; in ComputeBaseOffset() local
233 VirtualBase = VBaseType->getAsCXXRecordDecl(); in ComputeBaseOffset()
429 if (Offset.VirtualBase) { in dump()
1189 if (Offset.VirtualBase) { in ComputeReturnAdjustment()
1226 if (Offset.VirtualBase) { in ComputeThisAdjustmentBaseOffset()
1275 if (Offset.VirtualBase) { in ComputeThisAdjustment()
2886 !Overrider.VirtualBase) in CalculateVtordispAdjustment()
[all …]
H A DCXXInheritance.cpp504 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
512 bool VirtualBase, in Collect() argument
516 if (!VirtualBase) in Collect()
H A DASTContext.cpp635 if (const CXXRecordDecl *VirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
636 if (!(VirtualBase= VirtualBase->getDefinition())) in getCommentForDecl()
638 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp992 bool VirtualBase = true; in DiagnoseReinterpretUpDownCast() local
1027 VirtualBase = VirtualBase && IsVirtual; in DiagnoseReinterpretUpDownCast()
1031 assert((VirtualBase || NonZeroOffset) && in DiagnoseReinterpretUpDownCast()
1041 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast()
1673 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast() local
1675 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1389 const CXXRecordDecl *VirtualBase = in HasTrivialDestructorBody() local
1391 if (!HasTrivialDestructorBody(Context, VirtualBase, in HasTrivialDestructorBody()