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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
 1136   EXPECT_FALSE(isMutated(Results, AST.get()));
 1139   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1140   EXPECT_FALSE(isMutated(Results, AST.get()));
 1143   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1144   EXPECT_FALSE(isMutated(Results, AST.get()));
 1147   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1148   EXPECT_FALSE(isMutated(Results, AST.get()));
 1151   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1152   EXPECT_FALSE(isMutated(Results, AST.get()));
 1155   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1156   EXPECT_FALSE(isMutated(Results, AST.get()));
 1161   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1162   EXPECT_FALSE(isMutated(Results, AST.get()));
 1166   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
 1167   EXPECT_FALSE(isMutated(Results, AST.get()));