reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 template <typename M> TestMatch matchCode(StringRef Code, M Matcher) { 58 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { 70 TestMatch Match = 135 TestMatch Match = matchCode(Code, callExpr().bind(Call)); 151 TestMatch Match = matchCode(Code, callExpr().bind(Call)); 182 TestMatch Match = matchCode(Code, Matcher); 194 TestMatch Match = matchCode(Code, returnStmt().bind(ID)); 201 TestMatch Match = matchCode(Code, expr().bind(ID)); 208 TestMatch Match = matchCode(Code, expr().bind(ID)); 223 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); 242 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); 258 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); 274 TestMatch Match = matchCode(Code, memberExpr().bind(ID)); 285 TestMatch Match = matchCode(Code, functionDecl().bind(ID)); 297 TestMatch Match = matchCode(Code, declRefExpr(to(functionDecl())).bind(Ref)); 310 TestMatch Match = matchCode(Code, cxxCtorInitializer().bind(Init)); 332 TestMatch Match = matchCode(Code, declRefExpr(to(functionDecl())).bind(Ref)); 351 TestMatch Match = matchCode(Code, callExpr().bind(ID)); 366 TestMatch Match = matchCode(Code, callExpr().bind(ID)); 381 TestMatch Match = matchCode(Code, callExpr().bind(ID)); 398 TestMatch Match = 414 TestMatch Match = matchCode(Code, callExpr().bind(ID)); 430 TestMatch Match = matchCode(Code, callExpr().bind(ID)); 449 TestMatch Match = matchCode(Code, callExpr().bind(ID)); 470 TestMatch Match = matchCode(Code, compoundStmt().bind(ID)); 479 TestMatch Match = matchCode(Code, compoundStmt().bind(ID)); 498 TestMatch Match = matchCode(Code, initListExpr().bind(ID)); 512 TestMatch Match = matchCode(Code, initListExpr().bind(ID)); 533 TestMatch Match = matchCode(Code, ifStmt().bind(ID)); 547 TestMatch Match = matchCode(Code, ifStmt().bind(ID)); 560 TestMatch Match = matchCode(Code, functionDecl(hasName("bad")).bind(Fun)); 573 TestMatch Match = matchCode(Code, returnStmt().bind(Ret)); 585 TestMatch Match = 598 TestMatch Match = matchCode(Code, binaryOperator().bind(Op));