llvm-project/clang/unittests/ASTMatchers
Edwin Vane 37ee1d7b80 Adding new AST Matchers isVirtual and isOverride
isVirtual - matches CXXMethodDecl nodes for virtual methods
isOverride - matches CXXMethodDecl nodes for methods that override virtual methods from a base class.

Author: Philip Dunstan <phil@philipdunstan.com>
llvm-svn: 179126
2013-04-09 20:46:36 +00:00
..
ASTMatchersTest.cpp Adding new AST Matchers isVirtual and isOverride 2013-04-09 20:46:36 +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