Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h263 QualType ObjectTy,
DCGExpr.cpp3945 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
3949 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
3958 QualType ObjectTy; in EmitObjCIvarRefLValue() local
3961 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
3962 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
3966 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
3967 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
3971 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
DCGObjCMac.cpp1259 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1551 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
4483 QualType ObjectTy, in EmitObjCValueForIvar() argument
4488 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
6677 QualType ObjectTy, in EmitObjCValueForIvar() argument
6681 ObjCInterfaceDecl *ID = ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCGObjCGNU.cpp574 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
2829 QualType ObjectTy, in EmitObjCValueForIvar() argument
2834 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCodeGenFunction.h2793 LValue EmitLValueForIvar(QualType ObjectTy,
/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.h304 QualType ObjectTy,
DCGExpr.cpp5063 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
5067 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
5076 QualType ObjectTy; in EmitObjCIvarRefLValue() local
5079 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
5080 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5084 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
5085 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5089 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
DCGObjCMac.cpp1389 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1701 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
5063 QualType ObjectTy, in EmitObjCValueForIvar() argument
5068 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
7208 QualType ObjectTy, in EmitObjCValueForIvar() argument
7212 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCGObjCGNU.cpp649 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
4049 QualType ObjectTy, in EmitObjCValueForIvar() argument
4054 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCodeGenFunction.h3852 LValue EmitLValueForIvar(QualType ObjectTy,
/external/llvm-project/clang/lib/Sema/
DSemaAccess.cpp1593 QualType ObjectTy) { in CheckDestructorAccess() argument
1603 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1607 ObjectTy); in CheckDestructorAccess()
DTreeTransform.h12784 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
12789 ObjectTy, in TransformCXXDependentScopeMemberExpr()
12794 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/external/clang/lib/Sema/
DSemaAccess.cpp1590 QualType ObjectTy) { in CheckDestructorAccess() argument
1600 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1604 ObjectTy); in CheckDestructorAccess()
DTreeTransform.h10434 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
10439 ObjectTy, in TransformCXXDependentScopeMemberExpr()
10444 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp317 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo() local
318 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp314 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo() local
315 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2440 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local
2441 return C.getPointerType(ObjectTy); in getThisType()