Lines Matching defs:Match
59 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { in select()
71 TestMatch Match = in selectFromTrivial() local
139 TestMatch Match = matchCode(Code, M); in TEST() local
159 TestMatch Match = matchCode(Code, M); in TEST() local
175 TestMatch Match = matchCode(Code, callExpr().bind(Call)); in TEST() local
213 TestMatch Match = in TEST() local
229 TestMatch Match = in TEST() local
245 TestMatch Match = in TEST() local
262 TestMatch Match = matchCode(Code, Matcher); in TEST() local
275 TestMatch Match = matchCode(Code, Matcher); in TEST() local
288 TestMatch Match = matchCode(Code, Matcher); in TEST() local
300 TestMatch Match = matchCode(Code, Matcher); in TEST() local
313 TestMatch Match = matchCode(Code, Matcher); in TEST() local
326 TestMatch Match = matchCode(Code, Matcher); in TEST() local
332 TestMatch Match = matchCode(Code, returnStmt().bind("id")); in TEST() local
338 TestMatch Match = matchCode(Code, expr().bind("id")); in TEST() local
344 TestMatch Match = matchCode(Code, expr().bind("id")); in TEST() local
351 TestMatch Match = matchCode(Code, expr().bind("id")); in TEST() local
368 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
387 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
403 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
419 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); in TEST() local
430 TestMatch Match = matchCode(Code, functionDecl().bind(ID)); in TEST() local
442 TestMatch Match = matchCode(Code, declRefExpr(to(functionDecl())).bind(Ref)); in TEST() local
455 TestMatch Match = matchCode(Code, cxxCtorInitializer().bind(Init)); in TEST() local
522 TestMatch Match = matchCode(Code, declRefExpr(to(functionDecl())).bind(Ref)); in TEST() local
541 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
556 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
571 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
588 TestMatch Match = in TEST() local
604 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
620 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
639 TestMatch Match = matchCode(Code, callExpr().bind(ID)); in TEST() local
664 TestMatch Match = matchCode(Code, cxxTemporaryObjectExpr().bind(ID)); in TEST() local
678 TestMatch Match = matchCode(Code, cxxConstructExpr().bind(ID)); in TEST() local
692 TestMatch Match = matchCode(Code, cxxTemporaryObjectExpr().bind(ID)); in TEST() local
702 TestMatch Match = matchCode(Code, compoundStmt().bind(ID)); in TEST() local
711 TestMatch Match = matchCode(Code, compoundStmt().bind(ID)); in TEST() local
730 TestMatch Match = matchCode(Code, initListExpr().bind(ID)); in TEST() local
744 TestMatch Match = matchCode(Code, initListExpr().bind(ID)); in TEST() local
765 TestMatch Match = matchCode(Code, ifStmt().bind(ID)); in TEST() local
779 TestMatch Match = matchCode(Code, ifStmt().bind(ID)); in TEST() local
792 TestMatch Match = matchCode(Code, functionDecl(hasName("bad")).bind(Fun)); in TEST() local
805 TestMatch Match = matchCode(Code, returnStmt().bind(Ret)); in TEST() local
817 TestMatch Match = in TEST() local
830 TestMatch Match = matchCode(Code, binaryOperator().bind(Op)); in TEST() local