llvm-project/clang/unittests/ASTMatchers
Edwin Vane 2c197e0939 Support in hasDeclaration for types with getDecl()
Using a new metafunction for detecting the presence of the member
'getDecl' in a type T, added support to hasDeclaration for any such type
T. This allows hasDecl() to be replaced and enables several other
subclasses of clang::Type to use hasDeclaration.

Updated unittests and LibASTMatchersReference.html.

Reviewers: klimek
llvm-svn: 175532
2013-02-19 17:14:34 +00:00
..
ASTMatchersTest.cpp Support in hasDeclaration for types with getDecl() 2013-02-19 17:14:34 +00:00
ASTMatchersTest.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00