Searched refs:ObjectTy (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 13099 ParsedType ObjectTy; in TransformCXXDependentScopeMemberExpr() local 13104 ObjectTy, in TransformCXXDependentScopeMemberExpr() 13109 ObjectType = ObjectTy.get(); in TransformCXXDependentScopeMemberExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 304 QualType ObjectTy,
|
| H A D | CGExpr.cpp | 5080 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar() argument 5084 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue, in EmitLValueForIvar() 5093 QualType ObjectTy; in EmitObjCIvarRefLValue() local 5096 ObjectTy = BaseExpr->getType()->getPointeeType(); in EmitObjCIvarRefLValue() 5097 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 5101 ObjectTy = BaseExpr->getType(); in EmitObjCIvarRefLValue() 5102 BaseQuals = ObjectTy.getQualifiers(); in EmitObjCIvarRefLValue() 5106 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, 5085 QualType ObjectTy, in EmitObjCValueForIvar() argument 5090 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar() 7231 QualType ObjectTy, in EmitObjCValueForIvar() argument 7235 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CGObjCGNU.cpp | 649 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, 4056 QualType ObjectTy, in EmitObjCValueForIvar() argument 4061 ObjectTy->castAs<ObjCObjectType>()->getInterface(); in EmitObjCValueForIvar()
|
| H A D | CodeGenFunction.h | 3918 LValue EmitLValueForIvar(QualType ObjectTy,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2446 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl); in getThisType() local 2447 return C.getPointerType(ObjectTy); in getThisType()
|