Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1608 QualType ObjectTy) { in CheckDestructorAccess() argument
1618 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1622 ObjectTy); in CheckDestructorAccess()
H A DTreeTransform.h13099 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
13104 ObjectTy, in TransformCXXDependentScopeMemberExpr()
13109 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h304 QualType ObjectTy,
H A DCGExpr.cpp5080 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
5084 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
5093 QualType ObjectTy; in EmitObjCIvarRefLValue() local
5096 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
5097 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5101 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
5102 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5106 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
H A DCGObjCMac.cpp1389 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1701 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
5085 QualType ObjectTy, in EmitObjCValueForIvar() argument
5090 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
7231 QualType ObjectTy, in EmitObjCValueForIvar() argument
7235 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCGObjCGNU.cpp649 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
4056 QualType ObjectTy, in EmitObjCValueForIvar() argument
4061 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCodeGenFunction.h3918 LValue EmitLValueForIvar(QualType ObjectTy,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2446 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local
2447 return C.getPointerType(ObjectTy); in getThisType()