[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
authorMartin Bohme <mboehme@google.com>
Tue, 9 Aug 2016 15:07:52 +0000 (15:07 +0000)
committerMartin Bohme <mboehme@google.com>
Tue, 9 Aug 2016 15:07:52 +0000 (15:07 +0000)
commit8cef2c2f2dd94e9e8aa84f254bf3efdbf216cd03
treea15c2166f97d27f3b63ef28400ff08a18d882c8f
parentc710a461b57e0540a97b123691d8dbac443d2a17
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()

Summary: Required for D22220

Reviewers: sbenza, klimek, aaron.ballman, alexfh

Subscribers: alexfh, klimek, cfe-commits

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

llvm-svn: 278123
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp