Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp942 llvm::Constant *GetMethodVarType(const ObjCMethodDecl *D,
944 llvm::Constant *GetMethodVarType(const FieldDecl *D);
1199 result.push_back(self->GetMethodVarType(MD, true)); in emitExtendedTypesArray()
3795 ivar.add(GetMethodVarType(IVD)); in EmitIvarList()
3835 description.add(GetMethodVarType(MD)); in emitMethodDescriptionConstant()
3854 method.add(GetMethodVarType(MD)); in emitMethodConstant()
5651 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const FieldDecl *Field) { in GetMethodVarType() function in CGObjCCommonMac
5661 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const ObjCMethodDecl *D, in GetMethodVarType() function in CGObjCCommonMac
6778 method.add(GetMethodVarType(MD)); in emitMethodConstant()
6971 ivar.add(GetMethodVarType(IVD)); in EmitIvarList()