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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  605       match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  606   EXPECT_THAT(mutatedBy(ResultsX, AST.get()), ElementsAre("g(x)"));
  608       match(withEnclosingCompound(declRefTo("y")), AST->getASTContext());
  609   EXPECT_THAT(mutatedBy(ResultsY, AST.get()), ElementsAre("y"));