Searched refs:ObjectTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 254 QualType ObjectTy,
|
D | CGExpr.cpp | 3302 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()
|
D | CGObjCMac.cpp | 1254 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()
|
D | CGObjCGNU.cpp | 548 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 2789 QualType ObjectTy, in EmitObjCValueForIvar() argument 2794 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
D | CodeGenFunction.h | 2382 LValue EmitLValueForIvar(QualType ObjectTy,
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 1590 QualType ObjectTy) { in CheckDestructorAccess() argument 1600 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1604 ObjectTy); in CheckDestructorAccess()
|
D | TreeTransform.h | 9418 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 9423 ObjectTy, in TransformCXXDependentScopeMemberExpr() 9428 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 102 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo() local 103 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
|