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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  358   EXPECT_THAT(mutatedBy(Results, AST.get()),
  363   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  364   EXPECT_THAT(mutatedBy(Results, AST.get()),
  369   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  370   EXPECT_THAT(mutatedBy(Results, AST.get()),
  375   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  376   EXPECT_THAT(mutatedBy(Results, AST.get()),