Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCRuntime.h263 QualType ObjectTy,
DCGExpr.cpp3731 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()
DCGObjCMac.cpp1249 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()
DCGObjCGNU.cpp552 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
2820 QualType ObjectTy, in EmitObjCValueForIvar() argument
2825 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
DCodeGenFunction.h2608 LValue EmitLValueForIvar(QualType ObjectTy,
/external/clang/lib/Sema/
DSemaAccess.cpp1595 QualType ObjectTy) { in CheckDestructorAccess() argument
1605 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1609 ObjectTy); in CheckDestructorAccess()
DTreeTransform.h10097 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
10102 ObjectTy, in TransformCXXDependentScopeMemberExpr()
10107 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()