Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp912 llvm::Constant *GetMethodVarType(const ObjCMethodDecl *D,
914 llvm::Constant *GetMethodVarType(const FieldDecl *D);
1167 result.push_back(self->GetMethodVarType(MD, true)); in emitExtendedTypesArray()
3745 ivar.add(GetMethodVarType(IVD)); in EmitIvarList()
3785 description.add(GetMethodVarType(MD)); in emitMethodDescriptionConstant()
3804 method.add(GetMethodVarType(MD)); in emitMethodConstant()
5434 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const FieldDecl *Field) { in GetMethodVarType() function in CGObjCCommonMac
5444 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const ObjCMethodDecl *D, in GetMethodVarType() function in CGObjCCommonMac
6560 method.add(GetMethodVarType(MD)); in emitMethodConstant()
6752 ivar.add(GetMethodVarType(IVD)); in EmitIvarList()