Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Action

712                              MatchCallback *Action) {
714 new internal::Matcher<Decl>(NodeMatch), Action));
718 MatchCallback *Action) {
720 new internal::Matcher<QualType>(NodeMatch), Action));
724 MatchCallback *Action) {
726 new internal::Matcher<Stmt>(NodeMatch), Action));
730 MatchCallback *Action) {
732 new NestedNameSpecifierMatcher(NodeMatch), Action));
736 MatchCallback *Action) {
738 new NestedNameSpecifierLocMatcher(NodeMatch), Action));
742 MatchCallback *Action) {
744 new TypeLocMatcher(NodeMatch), Action));