HomeSort by relevance Sort by last modified time
    Searched refs:DynTypedMatcher (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 63 MatchChildASTVisitor(const DynTypedMatcher *Matcher,
251 const DynTypedMatcher *const Matcher;
266 MatchASTVisitor(std::vector<std::pair<const internal::DynTypedMatcher*,
273 for (std::vector<std::pair<const internal::DynTypedMatcher*,
332 const DynTypedMatcher &Matcher,
358 const DynTypedMatcher &Matcher,
372 const DynTypedMatcher &Matcher,
381 const DynTypedMatcher &Matcher,
389 const DynTypedMatcher &Matcher,
399 for (std::vector<std::pair<const internal::DynTypedMatcher*,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 158 /// \brief For each \c DynTypedMatcher a \c MatchCallback that will be called
160 std::vector<std::pair<const internal::DynTypedMatcher*, MatchCallback*> >
ASTMatchersInternal.h 233 class DynTypedMatcher {
235 virtual ~DynTypedMatcher() {}
255 class Matcher : public DynTypedMatcher {
569 const DynTypedMatcher &Matcher,
587 const DynTypedMatcher &Matcher,
605 const DynTypedMatcher &Matcher,
619 const DynTypedMatcher &Matcher,
625 const DynTypedMatcher &Matcher,
630 const DynTypedMatcher &Matcher,
    [all...]

Completed in 88 milliseconds