Report all methods in an Objective-C class that
authorSean Callanan <scallanan@apple.com>
Wed, 4 Sep 2013 23:25:26 +0000 (23:25 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 4 Sep 2013 23:25:26 +0000 (23:25 +0000)
commit01c8cb8f5929617e127a003fd4fb84156432617b
tree1fc70be81cc89c935f82ded13d9a540bd06846de
parentb1de1141f127f211158409acabd75140c5bbec5a
Report all methods in an Objective-C class that
have a certain name, not just the first.  This
is useful if a class method and an instance
method have the same name.

<rdar://problem/14872081>

llvm-svn: 190008
lldb/source/Expression/ClangASTSource.cpp