Searched refs:ObjectTy (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1608 QualType ObjectTy) { in CheckDestructorAccess() argument 1618 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1622 ObjectTy); in CheckDestructorAccess()
|
| H A D | TreeTransform.h | 13394 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 D | CGObjCRuntime.h | 305 QualType ObjectTy,
|
| H A D | CGExpr.cpp | 5274 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 D | CGObjCMac.cpp | 1389 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 D | CGObjCGNU.cpp | 650 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 4138 QualType ObjectTy, in EmitObjCValueForIvar() argument 4143 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CodeGenFunction.h | 3984 LValue EmitLValueForIvar(QualType ObjectTy,
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 322 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 D | DeclCXX.cpp | 2463 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local 2464 return C.getPointerType(ObjectTy); in getThisType()
|