ΒΆtemplate <typename MatcherT, typename IteratorT>
IteratorT matchesFirstInRange(
    const MatcherT& Matcher,
    IteratorT Start,
    IteratorT End,
    clang::ast_matchers::internal::ASTMatchFinder*
        Finder,
    clang::ast_matchers::internal::
        BoundNodesTreeBuilder* Builder)

Description

Finds the first node in a range that matches the given matcher.

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:847

Templates

MatcherT
IteratorT

Parameters

const MatcherT& Matcher
IteratorT Start
IteratorT End
clang::ast_matchers::internal::ASTMatchFinder* Finder
clang::ast_matchers::internal:: BoundNodesTreeBuilder* Builder