Searched refs:ObjectTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 263 QualType ObjectTy,
|
D | CGExpr.cpp | 3731 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument 3735 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar() 3744 QualType ObjectTy; in EmitObjCIvarRefLValue() local 3747 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue() 3748 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 3752 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue() 3753 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 3757 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
|
D | CGObjCMac.cpp | 1249 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 1544 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 4420 QualType ObjectTy, in EmitObjCValueForIvar() argument 4425 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar() 6603 QualType ObjectTy, in EmitObjCValueForIvar() argument 6607 ObjCInterfaceDecl *ID = ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
D | CGObjCGNU.cpp | 552 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 2820 QualType ObjectTy, in EmitObjCValueForIvar() argument 2825 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
D | CodeGenFunction.h | 2608 LValue EmitLValueForIvar(QualType ObjectTy,
|
/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 1595 QualType ObjectTy) { in CheckDestructorAccess() argument 1605 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1609 ObjectTy); in CheckDestructorAccess()
|
D | TreeTransform.h | 10097 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 10102 ObjectTy, in TransformCXXDependentScopeMemberExpr() 10107 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()
|