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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  385   EXPECT_FALSE(isMutated(Results, AST.get()));
  389   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  390   EXPECT_FALSE(isMutated(Results, AST.get()));
  394   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  395   EXPECT_FALSE(isMutated(Results, AST.get()));
  399   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  400   EXPECT_FALSE(isMutated(Results, AST.get()));