Searched refs:MatchCallback (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h22 // class HandleMatch : public MatchFinder::MatchCallback {
71 /// MatchCallback with a MatchResult containing information about the match.
89 class MatchCallback { class in class:clang::ast_matchers::MatchFinder
91 virtual ~MatchCallback();
126 MatchCallback *Action);
128 MatchCallback *Action);
130 MatchCallback *Action);
132 MatchCallback *Action);
134 MatchCallback *Action);
136 MatchCallback *Actio
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp31 typedef MatchFinder::MatchCallback MatchCallback; typedef in namespace:clang::ast_matchers::internal::__anon3031
299 std::vector<std::pair<internal::DynTypedMatcher, MatchCallback *> > *
305 MatchCallback *> >::const_iterator
315 MatchCallback *> >::const_iterator
455 MatchCallback *> >::const_iterator
570 // Implements a BoundNodesTree::Visitor that calls a MatchCallback with
575 MatchFinder::MatchCallback* Callback)
585 MatchFinder::MatchCallback* Callback;
608 std::vector<std::pair<internal::DynTypedMatcher, MatchCallback *> > *cons
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {

Completed in 99 milliseconds