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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  538   EXPECT_FALSE(isMutated(Results, AST.get()));
  541   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  542   EXPECT_FALSE(isMutated(Results, AST.get()));
  546   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  547   EXPECT_FALSE(isMutated(Results, AST.get()));