Searched refs:VirtualBase (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 42 const CXXRecordDecl *VirtualBase; member 50 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr), in BaseOffset() 53 const CXXRecordDecl *VirtualBase, CharUnits NonVirtualOffset) in BaseOffset() 54 : DerivedClass(DerivedClass), VirtualBase(VirtualBase), in BaseOffset() 57 bool isEmpty() const { return NonVirtualOffset.isZero() && !VirtualBase; } in isEmpty() 71 const CXXRecordDecl *VirtualBase; member 76 OverriderInfo() : Method(nullptr), VirtualBase(nullptr), in OverriderInfo() 209 Overrider.VirtualBase = Method.InVirtualSubobject; in FinalOverriders() 225 const CXXRecordDecl *VirtualBase = nullptr; in ComputeBaseOffset() local 234 VirtualBase = VBaseType->getAsCXXRecordDecl(); in ComputeBaseOffset() [all …]
|
| H A D | CXXInheritance.cpp | 503 void Collect(const CXXRecordDecl *RD, bool VirtualBase, 511 bool VirtualBase, in Collect() argument 515 if (!VirtualBase) in Collect()
|
| H A D | ASTContext.cpp | 643 if (const CXXRecordDecl *VirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local 644 if (!(VirtualBase= VirtualBase->getDefinition())) in getCommentForDecl() 646 if (comments::FullComment *FC = getCommentForDecl((VirtualBase), PP)) in getCommentForDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 993 bool VirtualBase = true; in DiagnoseReinterpretUpDownCast() local 1028 VirtualBase = VirtualBase && IsVirtual; in DiagnoseReinterpretUpDownCast() 1032 assert((VirtualBase || NonZeroOffset) && in DiagnoseReinterpretUpDownCast() 1042 << DerivedType << BaseType << !VirtualBase << int(ReinterpretKind) in DiagnoseReinterpretUpDownCast() 1691 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast() local 1693 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1383 const CXXRecordDecl *VirtualBase = in HasTrivialDestructorBody() local 1385 if (!HasTrivialDestructorBody(Context, VirtualBase, in HasTrivialDestructorBody()
|