Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAccess.cpp1608 QualType ObjectTy) { in CheckDestructorAccess() argument
1618 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess()
1622 ObjectTy); in CheckDestructorAccess()
H A DTreeTransform.h13394 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local
13399 ObjectTy, in TransformCXXDependentScopeMemberExpr()
13404 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h305 QualType ObjectTy,
H A DCGExpr.cpp5274 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument
5278 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar()
5287 QualType ObjectTy; in EmitObjCIvarRefLValue() local
5290 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue()
5291 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5295 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue()
5296 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue()
5300 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
H A DCGObjCMac.cpp1389 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1701 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
5030 QualType ObjectTy, in EmitObjCValueForIvar() argument
5035 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
7198 QualType ObjectTy, in EmitObjCValueForIvar() argument
7202 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCGObjCGNU.cpp650 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
4138 QualType ObjectTy, in EmitObjCValueForIvar() argument
4143 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
H A DCodeGenFunction.h3984 LValue EmitLValueForIvar(QualType ObjectTy,
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp322 if (const ObjCObjectType *ObjectTy = Ty->getAs<ObjCObjectType>()) { in AttrListInfo() local
323 if (const ObjCInterfaceDecl *InterD = ObjectTy->getInterface()) { in AttrListInfo()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2463 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local
2464 return C.getPointerType(ObjectTy); in getThisType()