Home
last modified time | relevance | path

Searched refs:Subobj (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7798 << FD << Subobj.Kind << Subobj.Decl in visitBinaryOperator()
7816 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
7839 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
7843 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
7846 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
7855 << Subobj.Kind << Subobj.Decl in visitBinaryOperator()
7859 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
7910 << FD << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
7932 << FD << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8211 Subobj.first = Index(Subobj.first); in visitSubobjectArray()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp508 void CXXRecordDecl::addedClassSubobject(CXXRecordDecl *Subobj) { in addedClassSubobject() argument
515 if (!Subobj->hasSimpleCopyConstructor()) in addedClassSubobject()
517 if (!Subobj->hasSimpleMoveConstructor()) in addedClassSubobject()
526 if (!Subobj->hasSimpleCopyAssignment()) in addedClassSubobject()
528 if (!Subobj->hasSimpleMoveAssignment()) in addedClassSubobject()
538 if (!Subobj->hasSimpleDestructor()) { in addedClassSubobject()
549 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject()
556 if (!Subobj->data().StructuralIfLiteral) in addedClassSubobject()
H A DExprConstant.cpp3804 Result = Subobj; in found()
3853 Subobj.swap(NewVal); in found()
4305 switch (Subobj.getKind()) { in found()
4395 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4398 LVal.moveInto(Subobj); in foundPointer()
4450 *Old = Subobj; in found()
4454 switch (Subobj.getKind()) { in found()
4544 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4548 LVal.moveInto(Subobj); in foundPointer()
5875 Subobj.setUnion(Field, Result); in found()
[all …]