HomeSort by relevance Sort by last modified time
    Searched defs:MatcherList (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 23 MatcherList::MatcherList() : List() {}
25 MatcherList::MatcherList(const DynTypedMatcher &Matcher)
28 MatcherList::MatcherList(const MatcherList& Other) {
32 MatcherList::~MatcherList() {
36 MatcherList &MatcherList::operator=(const MatcherList &Other)
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 37 class MatcherList {
40 MatcherList();
42 MatcherList(const MatcherList &Other);
44 MatcherList(const DynTypedMatcher &Matcher);
45 ~MatcherList();
47 MatcherList &operator=(const MatcherList &Other);
111 /// - \c MatcherList (\c DynTypedMatcher / \c Matcher<T>)
124 VariantValue(const MatcherList &Matchers)
    [all...]

Completed in 112 milliseconds