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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  232   EXPECT_FALSE(isMutated(Results, AST.get()));
  235   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  236   EXPECT_FALSE(isMutated(Results, AST.get()));
  240   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  241   EXPECT_FALSE(isMutated(Results, AST.get()));
  245   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  246   EXPECT_FALSE(isMutated(Results, AST.get()));
  250   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  251   EXPECT_FALSE(isMutated(Results, AST.get()));
  256   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  257   EXPECT_FALSE(isMutated(Results, AST.get()));