Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:addMatcher

908 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch,
914 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch,
920 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch,
926 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch,
932 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
938 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch,
947 addMatcher(NodeMatch.convertTo<Decl>(), Action);
950 addMatcher(NodeMatch.convertTo<QualType>(), Action);
953 addMatcher(NodeMatch.convertTo<Stmt>(), Action);
956 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);
959 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action);
962 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action);