Searched refs:ToMatch (Results 1 – 2 of 2) sorted by relevance
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId); in run() local57 if (FromMatch && ToMatch) in run()59 *Result.SourceManager, *FromMatch, *ToMatch)); in run()
699 const char *ToMatch = "void foo() { struct point { double x; double y; };" in TEST() local703 ToMatch, in TEST()721 EXPECT_TRUE(matchesC99(ToMatch, in TEST()