llvm-project/clang/unittests/ASTMatchers
Edwin Vane f901b71921 Adding hasDeclaration overload for TemplateSpecializationType
TemplateSpecializationType doesn't quite have getDecl(). Need to go
through TemplateName to get a TemplateDecl.

Added test cases for the hasDeclaration() overload for
TemplateSpecializationType. Also introduced the type matcher
templateSpecializationType() used by the new hasDeclaration() test case.

Updated LibASTMatchersReference.

Reviewers: klimek
llvm-svn: 176025
2013-02-25 14:49:29 +00:00
..
ASTMatchersTest.cpp Adding hasDeclaration overload for TemplateSpecializationType 2013-02-25 14:49:29 +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