Searched refs:ObjectTy (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 266 QualType ObjectTy,
|
| H A D | CGExpr.cpp | 4583 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument 4587 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar() 4596 QualType ObjectTy; in EmitObjCIvarRefLValue() local 4599 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue() 4600 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 4604 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue() 4605 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 4609 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(), in EmitObjCIvarRefLValue()
|
| H A D | CGObjCMac.cpp | 1361 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 1654 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, 4834 QualType ObjectTy, in EmitObjCValueForIvar() argument 4839 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar() 6983 QualType ObjectTy, in EmitObjCValueForIvar() argument 6987 ObjCInterfaceDecl *ID = ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CGObjCGNU.cpp | 648 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 3941 QualType ObjectTy, in EmitObjCValueForIvar() argument 3946 ObjectTy->getAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CodeGenFunction.h | 3557 LValue EmitLValueForIvar(QualType ObjectTy,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaAccess.cpp | 1591 QualType ObjectTy) { in CheckDestructorAccess() argument 1601 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass); in CheckDestructorAccess() 1605 ObjectTy); in CheckDestructorAccess()
|
| H A D | TreeTransform.h | 11286 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 11291 ObjectTy, in TransformCXXDependentScopeMemberExpr() 11296 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|