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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  317   EXPECT_FALSE(isMutated(Results, AST.get()));
  321   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  322   EXPECT_FALSE(isMutated(Results, AST.get()));
  326   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  327   EXPECT_FALSE(isMutated(Results, AST.get()));
  334   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  335   EXPECT_FALSE(isMutated(Results, AST.get()));
  339   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  340   EXPECT_FALSE(isMutated(Results, AST.get()));
  344   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  345   EXPECT_FALSE(isMutated(Results, AST.get()));
  349   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  350   EXPECT_FALSE(isMutated(Results, AST.get()));