reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 matchCode("static int x = 0;", varDecl().bind("bound_node_id")); 107 return Selector(matchCode(Code, Matcher).Result); 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)); 399 matchCode(Code, callExpr(callee(functionDecl(hasName("bar")))).bind(ID)); 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)); 586 matchCode(Code, binaryOperator(hasLHS(expr().bind(ID))).bind(Op)); 598 TestMatch Match = matchCode(Code, binaryOperator().bind(Op));