Searched refs:objc_method_decl (Results 1 – 2 of 2) sorted by relevance
4341 clang::ObjCMethodDecl *objc_method_decl = in GetMemberFunctionAtIndex() local4343 if (objc_method_decl) { in GetMemberFunctionAtIndex()4344 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()4345 name = objc_method_decl->getSelector().getAsString(); in GetMemberFunctionAtIndex()4346 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()4371 clang::ObjCMethodDecl *objc_method_decl = in GetMemberFunctionAtIndex() local4373 if (objc_method_decl) { in GetMemberFunctionAtIndex()4374 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()4375 name = objc_method_decl->getSelector().getAsString(); in GetMemberFunctionAtIndex()4376 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()[all …]
991 clang::ObjCMethodDecl *objc_method_decl = in ParseSubroutine() local996 type_handled = objc_method_decl != NULL; in ParseSubroutine()998 LinkDeclContextToDIE(objc_method_decl, die); in ParseSubroutine()999 m_ast.SetMetadataAsUserID(objc_method_decl, die.GetID()); in ParseSubroutine()