Searched refs:ObjectTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1620 QualType ObjectTy) { in CheckDestructorAccess() argument 1630 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1634 ObjectTy); in CheckDestructorAccess()
|
| H A D | TreeTransform.h | 13848 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 13853 ObjectTy, in TransformCXXDependentScopeMemberExpr() 13858 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 305 QualType ObjectTy,
|
| H A D | CGExpr.cpp | 5676 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument 5680 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar() 5689 QualType ObjectTy; in EmitObjCIvarRefLValue() local 5692 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue() 5693 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 5697 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue() 5698 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 5702 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
|
| H A D | CGObjCMac.cpp | 1393 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 1705 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 5009 QualType ObjectTy, in EmitObjCValueForIvar() argument 5014 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar() 7161 QualType ObjectTy, in EmitObjCValueForIvar() argument 7165 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CGObjCGNU.cpp | 654 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 4277 QualType ObjectTy, in EmitObjCValueForIvar() argument 4282 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CodeGenFunction.h | 4100 LValue EmitLValueForIvar(QualType ObjectTy,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2545 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local 2546 return C.getLangOpts().HLSL ? C.getLValueReferenceType(ObjectTy) in getThisType() 2547 : C.getPointerType(ObjectTy); in getThisType()
|