Home
last modified time | relevance | path

Searched refs:Subobject (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h236 unsigned Subobject = 0; member
245 UniqueVirtualMethod(CXXMethodDecl *Method, unsigned Subobject, in UniqueVirtualMethod()
247 : Method(Method), Subobject(Subobject), in UniqueVirtualMethod()
252 return X.Method == Y.Method && X.Subobject == Y.Subobject &&
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp6308 LValue Subobject = This; in HandleConstructorCall() local
6567 LValue Subobject = This; in HandleDestructionImpl() local
6585 LValue Subobject = This; in HandleDestructionImpl() local
6762 bool Subobject = false; in CheckDeleteKind() local
6770 if (Subobject) { in CheckDeleteKind()
9852 LValue Subobject = This; in HandleClassZeroInitialization() local
9879 LValue Subobject = This; in ZeroInitialization() local
9955 LValue Subobject = This; in VisitInitListExpr() local
10008 LValue Subobject = This; in VisitInitListExpr() local
10756 LValue Subobject = This; in VisitInitListExpr() local
[all …]
H A DVTableBuilder.cpp198 std::make_pair(OverriderRD, Method.Subobject)) in FinalOverriders()
202 Method.Subobject)]; in FinalOverriders()
H A DASTContext.cpp2732 for (const auto *Subobject : Subobjects) { in structSubobjectsHaveUniqueObjectRepresentations() local
2734 getSubobjectSizeInBits(Subobject, Context); in structSubobjectsHaveUniqueObjectRepresentations()
2738 int64_t Offset = getSubobjectOffset(Subobject, Context, Layout); in structSubobjectsHaveUniqueObjectRepresentations()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7628 typename Subobject>
7722 Subobject Subobj) { in visitSubobjectArray()
7779 using Subobject = DefaultedComparisonSubobject; typedef in __anonc19065b01e11::DefaultedComparisonAnalyzer
7806 Subobject getCompleteObject() { in getCompleteObject()
7807 return Subobject{Subobject::CompleteObject, RD, FD->getLocation()}; in getCompleteObject()
7810 Subobject getBase(CXXBaseSpecifier *Base) { in getBase()
7811 return Subobject{Subobject::Base, Base->getType()->getAsCXXRecordDecl(), in getBase()
7815 Subobject getField(FieldDecl *Field) { in getField()
7816 return Subobject{Subobject::Member, Field, Field->getLocation()}; in getField()
7843 Subobject Subobj, in visitBinaryOperator()
[all …]
H A DSemaExprCXX.cpp1026 for (CXXRecordDecl *Subobject : UnambiguousPublicSubobjects) { in CheckCXXThrowOperand()
1031 CXXConstructorDecl *CD = LookupCopyingConstructor(Subobject, 0); in CheckCXXThrowOperand()
1049 Context.addCopyConstructorForExceptionObject(Subobject, CD); in CheckCXXThrowOperand()