Lines Matching refs:NodeMatch
48 const DeclarationMatcher &NodeMatch, in PrintedDeclMatches() argument
53 Code, Args, NodeMatch, ExpectedPrinted, FileName, PrintDecl, in PrintedDeclMatches()
69 PrintedDeclCXX98Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX98Matches() argument
75 NodeMatch, in PrintedDeclCXX98Matches()
91 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11Matches() argument
96 NodeMatch, in PrintedDeclCXX11Matches()
103 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11nonMSCMatches() argument
108 NodeMatch, in PrintedDeclCXX11nonMSCMatches()
114 PrintedDeclCXX17Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX17Matches() argument
118 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.cc", in PrintedDeclCXX17Matches()
123 PrintedDeclC11Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclC11Matches() argument
127 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.c", in PrintedDeclC11Matches()
132 PrintedDeclObjCMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclObjCMatches() argument
135 return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.m", in PrintedDeclObjCMatches()