]> granicus.if.org Git - clang/commit
Introduce BoundNodes::getMap.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 6 Nov 2013 00:27:07 +0000 (00:27 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 6 Nov 2013 00:27:07 +0000 (00:27 +0000)
commit3f0e0402d8cd40b428f975f1a3607dbbd94d2ca6
tree20cb936bdf7c37c3a22853bf4da287f70a496e18
parent43399fb0e79687043b7904195e95a23e44bd6ca1
Introduce BoundNodes::getMap.

The purpose of this function is to allow clients of the dynamic AST matcher
to enumerate each binding.

Differential Revision: http://llvm-reviews.chandlerc.com/D2095

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194112 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
unittests/ASTMatchers/ASTMatchersTest.cpp