Searched refs:ParamMatches (Results 1 – 2 of 2) sorted by relevance
39 BoundNodesTreeBuilder ParamMatches(ArgMatches); in AST_POLYMORPHIC_MATCHER_P2() local44 .matches(Node, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2()45 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()
4836 BoundNodesTreeBuilder ParamMatches(ArgMatches); in AST_POLYMORPHIC_MATCHER_P2()4841 .matches(Node, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2()4842 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()4925 BoundNodesTreeBuilder ParamMatches(ArgMatches); in AST_POLYMORPHIC_MATCHER_P2()4931 if (ParamMatcher.matches(ParamType, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2()4932 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()4941 .matches(Node, Finder, &ParamMatches)) { in AST_POLYMORPHIC_MATCHER_P2()4942 Result.addMatch(ParamMatches); in AST_POLYMORPHIC_MATCHER_P2()