Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp897 llvm::Constant *GetMethodVarType(const ObjCMethodDecl *D,
899 llvm::Constant *GetMethodVarType(const FieldDecl *D);
2743 OptMethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2746 MethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2757 OptMethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2760 MethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
3045 GetMethodVarType(MD) in GetMethodDescriptionConstant()
3537 GetMethodVarType(IVD), in EmitIvarList()
3593 GetMethodVarType(MD), in GetMethodConstant()
5083 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const FieldDecl *Field) { in GetMethodVarType() function in CGObjCCommonMac
[all …]