Skip to content
Commit b17baa1d authored by Ziqing Luo's avatar Ziqing Luo Committed by Ziqing Luo
Browse files

[ASTMatchers] Adding a new matcher for callee declarations of Obj-C

message expressions

For an Obj-C message expression `[o m]`, the adding matcher will match
the declaration of the method `m`.  This commit overloads the existing
`callee` ASTMatcher, which originally was only for C/C++ nodes but
also applies to Obj-C messages now.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D129398
parent 7c666c14
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment