/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 263 QualType ObjectTy,
|
D | CGExpr.cpp | 3945 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()
|
D | CGObjCMac.cpp | 1259 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()
|
D | CGObjCGNU.cpp | 574 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 2829 QualType ObjectTy, in EmitObjCValueForIvar() argument 2834 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
D | CodeGenFunction.h | 2793 LValue EmitLValueForIvar(QualType ObjectTy,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 304 QualType ObjectTy,
|
D | CGExpr.cpp | 5063 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()
|
D | CGObjCMac.cpp | 1389 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()
|
D | CGObjCGNU.cpp | 649 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 4049 QualType ObjectTy, in EmitObjCValueForIvar() argument 4054 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
D | CodeGenFunction.h | 3852 LValue EmitLValueForIvar(QualType ObjectTy,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAccess.cpp | 1593 QualType ObjectTy) { in CheckDestructorAccess() argument 1603 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1607 ObjectTy); in CheckDestructorAccess()
|
D | TreeTransform.h | 12784 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 12789 ObjectTy, in TransformCXXDependentScopeMemberExpr() 12794 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|
/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 | 10434 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 10439 ObjectTy, in TransformCXXDependentScopeMemberExpr() 10444 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 317 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo() local 318 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 314 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/ |
D | DeclCXX.cpp | 2440 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local 2441 return C.getPointerType(ObjectTy); in getThisType()
|