Home
last modified time | relevance | path

Searched refs:GetMethodVarType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp938 llvm::Constant *GetMethodVarType(const ObjCMethodDecl *D,
940 llvm::Constant *GetMethodVarType(const FieldDecl *D);
1195 result.push_back(self->GetMethodVarType(MD, true)); in emitExtendedTypesArray()
3790 ivar.add(GetMethodVarType(IVD)); in EmitIvarList()
3830 description.add(GetMethodVarType(MD)); in emitMethodDescriptionConstant()
3849 method.add(GetMethodVarType(MD)); in emitMethodConstant()
5643 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const FieldDecl *Field) { in GetMethodVarType() function in CGObjCCommonMac
5653 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const ObjCMethodDecl *D, in GetMethodVarType() function in CGObjCCommonMac
6770 method.add(GetMethodVarType(MD)); in emitMethodConstant()
6963 ivar.add(GetMethodVarType(IVD)); in EmitIvarList()