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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7480 Result visitSubobject(QualType Type, Subobject Subobj) {
7485 CAT->getSize(), Subobj);
7486 return getDerived().visitExpandedSubobject(Type, Subobj);
7490 Subobject Subobj) {
7491 return getDerived().visitSubobject(Type, Subobj);
7587 Result visitExpandedSubobject(QualType Type, Subobject Subobj) {
7593 S.Diag(Subobj.Loc, diag::note_defaulted_comparison_reference_member)
7606 return visitBinaryOperator(OO, Args, Subobj);
7611 Subobject Subobj,
7665 QualType ObjectType = Subobj
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp496 void CXXRecordDecl::addedClassSubobject(CXXRecordDecl *Subobj) { argument
503 if (!Subobj->hasSimpleCopyConstructor())
505 if (!Subobj->hasSimpleMoveConstructor())
514 if (!Subobj->hasSimpleCopyAssignment())
516 if (!Subobj->hasSimpleMoveAssignment())
526 if (!Subobj->hasSimpleDestructor()) {
537 if (!Subobj->hasConstexprDestructor())
H A DExprConstant.cpp3597 bool found(APValue &Subobj, QualType SubobjType) {
3598 Result = Subobj;
3643 bool found(APValue &Subobj, QualType SubobjType) {
3647 Subobj.swap(NewVal);
4080 bool found(APValue &Subobj, QualType SubobjType) {
4081 switch (Subobj.getKind()) {
4083 return found(Subobj.getInt(), SubobjType);
4085 return found(Subobj.getFloat(), SubobjType);
4092 return foundPointer(Subobj, SubobjType);
4094 return foundVector(Subobj, SubobjTyp
[all...]

Completed in 99 milliseconds