Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h254 QualType ObjectTy,
DCGExpr.cpp3302 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
3306 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
3315 QualType ObjectTy; in EmitObjCIvarRefLValue() local
3318 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
3319 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
3324 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
3325 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
3329 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
DCGObjCMac.cpp1254 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1548 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
4201 QualType ObjectTy, in EmitObjCValueForIvar() argument
4206 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
6416 QualType ObjectTy, in EmitObjCValueForIvar() argument
6420 ObjCInterfaceDecl *ID = ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCGObjCGNU.cpp548 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
2789 QualType ObjectTy, in EmitObjCValueForIvar() argument
2794 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCodeGenFunction.h2382 LValue EmitLValueForIvar(QualType ObjectTy,
/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.h9418 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
9423 ObjectTy, in TransformCXXDependentScopeMemberExpr()
9428 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/external/clang/tools/libclang/
DIndexingContext.cpp102 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo() local
103 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()