Lines Matching refs:addMatcher
772 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch,
777 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch,
782 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch,
787 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch,
792 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
797 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch,
805 addMatcher(NodeMatch.convertTo<Decl>(), Action);
808 addMatcher(NodeMatch.convertTo<QualType>(), Action);
811 addMatcher(NodeMatch.convertTo<Stmt>(), Action);
814 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);
817 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action);
820 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action);