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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  196   EXPECT_FALSE(isMutated(Results, AST.get()));
  199   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  200   EXPECT_FALSE(isMutated(Results, AST.get()));
  204   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  205   EXPECT_FALSE(isMutated(Results, AST.get()));
  209   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  210   EXPECT_FALSE(isMutated(Results, AST.get()));
  213   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  214   EXPECT_FALSE(isMutated(Results, AST.get()));
  218   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  219   EXPECT_FALSE(isMutated(Results, AST.get()));
  224   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  225   EXPECT_FALSE(isMutated(Results, AST.get()));