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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  731   EXPECT_FALSE(isMutated(Results, AST.get()));
  735   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  736   EXPECT_FALSE(isMutated(Results, AST.get()));
  740   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  741   EXPECT_FALSE(isMutated(Results, AST.get()));
  745   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  746   EXPECT_FALSE(isMutated(Results, AST.get()));
  752   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  753   EXPECT_FALSE(isMutated(Results, AST.get()));
  757   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  758   EXPECT_FALSE(isMutated(Results, AST.get()));
  763   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  764   EXPECT_FALSE(isMutated(Results, AST.get()));
  769   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  770   EXPECT_FALSE(isMutated(Results, AST.get()));
  779   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  780   EXPECT_FALSE(isMutated(Results, AST.get()));