hanchenye-llvm-project/clang/lib/ASTMatchers
Benjamin Kramer 7ab8476c15 ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation.
This is hoisted from clang-tidy where it's used everywhere. The implementation
is not particularly efficient right now, but there is no easy fix for that.

Differential Revision: http://reviews.llvm.org/D5085

llvm-svn: 217029
2014-09-03 12:08:14 +00:00
..
Dynamic ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation. 2014-09-03 12:08:14 +00:00
ASTMatchFinder.cpp Don't create a null reference to NestedNameSpecifier. 2014-08-28 22:18:42 +00:00
ASTMatchersInternal.cpp ASTMatchers: Replace some copies of the bound nodes tree builder with moves. 2014-08-29 11:22:47 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00