Home
last modified time | relevance | path

Searched refs:ObjectTy (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1620 QualType ObjectTy) { in CheckDestructorAccess() argument
1630 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1634 ObjectTy); in CheckDestructorAccess()
H A DTreeTransform.h13848 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
13853 ObjectTy, in TransformCXXDependentScopeMemberExpr()
13858 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h305 QualType ObjectTy,
H A DCGExpr.cpp5676 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
5680 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
5689 QualType ObjectTy; in EmitObjCIvarRefLValue() local
5692 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
5693 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5697 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
5698 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5702 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
H A DCGObjCMac.cpp1393 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1705 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
5009 QualType ObjectTy, in EmitObjCValueForIvar() argument
5014 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
7161 QualType ObjectTy, in EmitObjCValueForIvar() argument
7165 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCGObjCGNU.cpp654 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
4277 QualType ObjectTy, in EmitObjCValueForIvar() argument
4282 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCodeGenFunction.h4100 LValue EmitLValueForIvar(QualType ObjectTy,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2545 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local
2546 return C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType()
2547 : C.getPointerType(ObjectTy); in getThisType()