Lines Matching defs:Match
60 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { in select()
72 TestMatch Match = in selectFromTrivial() local
140 TestMatch Match = matchCode(Code, M); in TEST() local
160 TestMatch Match = matchCode(Code, M); in TEST() local
176 TestMatch Match = matchCode(Code, callExpr().bind(Call)); in TEST() local
214 TestMatch Match = in TEST() local
230 TestMatch Match = in TEST() local
246 TestMatch Match = in TEST() local
263 TestMatch Match = matchCode(Code, Matcher); in TEST() local
276 TestMatch Match = matchCode(Code, Matcher); in TEST() local
289 TestMatch Match = matchCode(Code, Matcher); in TEST() local
301 TestMatch Match = matchCode(Code, Matcher); in TEST() local
314 TestMatch Match = matchCode(Code, Matcher); in TEST() local
327 TestMatch Match = matchCode(Code, Matcher); in TEST() local
333 TestMatch Match = matchCode(Code, returnStmt().bind("id")); in TEST() local
339 TestMatch Match = matchCode(Code, expr().bind("id")); in TEST() local
345 TestMatch Match = matchCode(Code, expr().bind("id")); in TEST() local
352 TestMatch Match = matchCode(Code, expr().bind("id")); in TEST() local
369 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
388 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
404 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
420 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
431 TestMatch Match = matchCode(Code, functionDecl().bind(ID)); in TEST() local
443 TestMatch Match = matchCode(Code, declRefExpr(to(functionDecl())).bind(Ref)); in TEST() local
456 TestMatch Match = matchCode(Code, cxxCtorInitializer().bind(Init)); in TEST() local
478 TestMatch Match = matchCode(Code, declRefExpr(to(functionDecl())).bind(Ref)); in TEST() local
497 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
512 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
527 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
544 TestMatch Match = in TEST() local
560 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
576 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
595 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
616 TestMatch Match = matchCode(Code, compoundStmt().bind(ID)); in TEST() local
625 TestMatch Match = matchCode(Code, compoundStmt().bind(ID)); in TEST() local
644 TestMatch Match = matchCode(Code, initListExpr().bind(ID)); in TEST() local
658 TestMatch Match = matchCode(Code, initListExpr().bind(ID)); in TEST() local
679 TestMatch Match = matchCode(Code, ifStmt().bind(ID)); in TEST() local
693 TestMatch Match = matchCode(Code, ifStmt().bind(ID)); in TEST() local
706 TestMatch Match = matchCode(Code, functionDecl(hasName("bad")).bind(Fun)); in TEST() local
719 TestMatch Match = matchCode(Code, returnStmt().bind(Ret)); in TEST() local
731 TestMatch Match = in TEST() local
744 TestMatch Match = matchCode(Code, binaryOperator().bind(Op)); in TEST() local