Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8224 << FD << Subobj.Kind << Subobj.Decl in visitBinaryOperator()
8242 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8265 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8269 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8272 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8281 << Subobj.Kind << Subobj.Decl in visitBinaryOperator()
8285 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8336 << FD << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8359 << Subobj.Kind << Subobj.Decl; in visitBinaryOperator()
8639 Subobj.first = Index(Subobj.first); in visitSubobjectArray()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp509 void CXXRecordDecl::addedClassSubobject(CXXRecordDecl *Subobj) { in addedClassSubobject() argument
516 if (!Subobj->hasSimpleCopyConstructor()) in addedClassSubobject()
518 if (!Subobj->hasSimpleMoveConstructor()) in addedClassSubobject()
527 if (!Subobj->hasSimpleCopyAssignment()) in addedClassSubobject()
529 if (!Subobj->hasSimpleMoveAssignment()) in addedClassSubobject()
539 if (!Subobj->hasSimpleDestructor()) { in addedClassSubobject()
550 if (!Subobj->hasConstexprDestructor()) in addedClassSubobject()
557 if (!Subobj->data().StructuralIfLiteral) in addedClassSubobject()
H A DExprConstant.cpp3883 Result = Subobj; in found()
3932 Subobj.swap(NewVal); in found()
4418 switch (Subobj.getKind()) { in found()
4513 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4516 LVal.moveInto(Subobj); in foundPointer()
4568 *Old = Subobj; in found()
4572 switch (Subobj.getKind()) { in found()
4664 LVal.setFrom(Info.Ctx, Subobj); in foundPointer()
4668 LVal.moveInto(Subobj); in foundPointer()
6050 Subobj.setUnion(Field, Result); in found()
[all …]