Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp915 llvm::Constant *GetMethodVarType(const ObjCMethodDecl *D,
917 llvm::Constant *GetMethodVarType(const FieldDecl *D);
2587 OptMethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2590 MethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2601 OptMethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2604 MethodTypesExt.push_back(GetMethodVarType(MD, true)); in GetOrEmitProtocol()
2852 GetMethodVarType(MD) in GetMethodDescriptionConstant()
3261 GetMethodVarType(IVD), in EmitIvarList()
3316 GetMethodVarType(MD), in GetMethodConstant()
4838 llvm::Constant *CGObjCCommonMac::GetMethodVarType(const FieldDecl *Field) { in GetMethodVarType() function in CGObjCCommonMac
[all …]