reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Tooling/TransformerTest.cpp
  157   testRule(ruleStrlenSize(), Input, Expected);
  163   testRule(ruleStrlenSize(), Input, Input);
  187   testRule(std::move(Rule), Input, Expected);
  205   testRule(Rule, Input, Expected);
  223   testRule(Rule, Input, Expected);
  240   testRule(Rule, Input, Expected);
  260   testRule(makeRule(declRefExpr(to(functionDecl(hasName("bad")))).bind(Ref),
  309   testRule(Rule, Input, Expected);
  341   testRule(makeRule(memberExpr().bind(E), change(member(E), text("good"))),
  372   testRule(makeRule(memberExpr().bind(MemExpr),
  391   testRule(makeRule(returnStmt().bind(Ret),
  412   testRule(makeRule(declStmt().bind(Decl),
  431   testRule(makeRule(declStmt().bind(Decl), remove(statement(Decl))), Input,
  452   testRule(makeRule(ifStmt(hasCondition(expr().bind(C)),
  482   testRule(applyFirst({ruleStrlenSize(), FlagRule}), Input, Expected);
  505   testRule(applyFirst({ReplaceF1, ReplaceF1OrF2}), Input, Expected);
  530   testRule(applyFirst({ReplaceF1OrF2, ReplaceF1}), Input, Expected);
  563   testRule(Rule, Input, Expected);
  646   testRule(R, Input, Expected);
  661   testRule(ruleStrlenSize(), Input, Expected);
  675   testRule(ruleStrlenSize(), Input, Expected);
  692   testRule(ruleStrlenSize(), Input, Expected);
  710   testRule(ruleStrlenSize(), Input, Expected);
  725   testRule(makeRule(integerLiteral(), change(text("LIT"))), Input, Expected);
  741   testRule(makeRule(binaryOperator(hasLHS(expr().bind(E))),
  759   testRule(makeRule(binaryOperator(hasRHS(expr().bind(E))),
  776   testRule(R, Input, Input);
  790   testRule(ruleStrlenSize(), Input, Input);