Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h266 QualType ObjectTy,
H A DCGExpr.cpp4583 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
4587 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
4596 QualType ObjectTy; in EmitObjCIvarRefLValue() local
4599 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
4600 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
4604 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
4605 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
4609 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
H A DCGObjCMac.cpp1361 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1654 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
4834 QualType ObjectTy, in EmitObjCValueForIvar() argument
4839 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
6983 QualType ObjectTy, in EmitObjCValueForIvar() argument
6987 ObjCInterfaceDecl *ID = ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCGObjCGNU.cpp648 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
3941 QualType ObjectTy, in EmitObjCValueForIvar() argument
3946 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCodeGenFunction.h3557 LValue EmitLValueForIvar(QualType ObjectTy,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1591 QualType ObjectTy) { in CheckDestructorAccess() argument
1601 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1605 ObjectTy); in CheckDestructorAccess()
H A DTreeTransform.h11286 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
11291 ObjectTy, in TransformCXXDependentScopeMemberExpr()
11296 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()