Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl,...
Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjCIvarDecl, and ObjCPropertyDecl. Patch by Dave Lee. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297882 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/LibASTMatchersReference.html 53 additions, 0 deletionsdocs/LibASTMatchersReference.html
- include/clang/ASTMatchers/ASTMatchers.h 63 additions, 0 deletionsinclude/clang/ASTMatchers/ASTMatchers.h
- lib/ASTMatchers/Dynamic/Registry.cpp 5 additions, 0 deletionslib/ASTMatchers/Dynamic/Registry.cpp
- unittests/ASTMatchers/ASTMatchersNodeTest.cpp 42 additions, 1 deletionunittests/ASTMatchers/ASTMatchersNodeTest.cpp
- unittests/ASTMatchers/ASTMatchersTest.h 23 additions, 12 deletionsunittests/ASTMatchers/ASTMatchersTest.h
Loading
Please register or sign in to comment