Searched defs:objc_method (Results 1 – 5 of 5) sorted by relevance
73 struct objc_method { struct74 CORE_ADDR name;75 CORE_ADDR types;76 CORE_ADDR imp;
219 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants() local
279 ObjCLanguage::MethodName objc_method(name, true); in IndexUnitImpl() local
981 ObjCLanguage::MethodName objc_method(attrs.name.GetStringRef(), true); in ParseSubroutine() local
9519 if (clang::ObjCMethodDecl *objc_method = in DeclGetFunctionReturnType() local9530 if (clang::ObjCMethodDecl *objc_method = in DeclGetFunctionNumArguments() local9546 } else if (clang::ObjCMethodDecl *objc_method = in DeclGetFunctionArgumentType() local9762 if (ObjCMethodDecl *objc_method = in DeclContextIsClassMethod() local