Searched refs:ObjectTy (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h285 QualType ObjectTy,
H A DCGExpr.cpp4820 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, argument
4824 return CGM.getObjCRuntime().EmitObjCValueForIvar(*this, ObjectTy, BaseValue,
4833 QualType ObjectTy; local
4836 ObjectTy = BaseExpr->getType()->getPointeeType();
4837 BaseQuals = ObjectTy.getQualifiers();
4841 ObjectTy = BaseExpr->getType();
4842 BaseQuals = ObjectTy.getQualifiers();
4846 EmitLValueForIvar(ObjectTy, BaseValue, E->getDecl(),
H A DCGObjCMac.cpp1399 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1711 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
5044 QualType ObjectTy,
5049 ObjectTy->castAs<ObjCObjectType>()->getInterface();
7189 QualType ObjectTy,
7193 ObjCInterfaceDecl *ID = ObjectTy->castAs<ObjCObjectType>()->getInterface();
5043 EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
7187 EmitObjCValueForIvar( CodeGen::CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
H A DCGObjCGNU.cpp651 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
4049 QualType ObjectTy,
4054 ObjectTy->castAs<ObjCObjectType>()->getInterface();
4048 EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy, llvm::Value *BaseValue, const ObjCIvarDecl *Ivar, unsigned CVRQualifiers) argument
H A DCodeGenFunction.h3589 LValue EmitLValueForIvar(QualType ObjectTy,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1592 QualType ObjectTy) {
1602 if (ObjectTy.isNull()) ObjectTy = Context.getTypeDeclType(NamingClass);
1606 ObjectTy);
1589 CheckDestructorAccess(SourceLocation Loc, CXXDestructorDecl *Dtor, const PartialDiagnostic &PDiag, QualType ObjectTy) argument
H A DTreeTransform.h12094 ParsedType ObjectTy;
12099 ObjectTy,
12104 ObjectType = ObjectTy.get();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2342 QualType ObjectTy = ::getThisObjectType(C, FPT, Decl);
2343 return C.getPointerType(ObjectTy);

Completed in 408 milliseconds