llvm-project/clang/unittests/ASTMatchers
George Karpenkov 079275b4dc [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's declaration.
ObjCIvarExpr is *not* a subclass of MemberExpr, and a separate matcher
is required to support it.
Adding a hasDeclaration support as well, as it's not very useful without
it.

Differential Revision: https://reviews.llvm.org/D49701

llvm-svn: 338137
2018-07-27 17:26:11 +00:00
..
Dynamic Make add_clang_unittest formatting a bit more consistent. 2018-04-25 16:20:43 +00:00
ASTMatchersInternalTest.cpp s/LLVM_ON_WIN32/_WIN32/, clang 2018-04-27 19:11:14 +00:00
ASTMatchersNarrowingTest.cpp [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's declaration. 2018-07-27 17:26:11 +00:00
ASTMatchersNodeTest.cpp [ASTMatchers] add matcher for decltypeType and its underlyingType 2018-07-23 15:59:27 +00:00
ASTMatchersTest.h [ASTMatchers] Introduce a blockDecl matcher for matching block declarations 2018-05-16 22:47:03 +00:00
ASTMatchersTraversalTest.cpp [ASTMatchers] Quickfix for tests. 2018-07-16 20:42:37 +00:00
CMakeLists.txt Make add_clang_unittest formatting a bit more consistent. 2018-04-25 16:20:43 +00:00