Lines Matching defs:addMatcher
1586 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch,
1598 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch,
1604 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch,
1616 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch,
1622 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
1628 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch,
1634 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch,
1640 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch,
1646 void MatchFinder::addMatcher(const AttrMatcher &AttrMatch,
1655 addMatcher(NodeMatch.convertTo<Decl>(), Action);
1658 addMatcher(NodeMatch.convertTo<QualType>(), Action);
1661 addMatcher(NodeMatch.convertTo<Stmt>(), Action);
1664 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);
1667 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action);
1670 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action);
1673 addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action);
1676 addMatcher(NodeMatch.convertTo<TemplateArgumentLoc>(), Action);
1679 addMatcher(NodeMatch.convertTo<Attr>(), Action);