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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  487   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("g(x)"));
  492   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  493   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("g(x)"));
  498   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  499   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("g(t, x)"));
  504   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  505   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("t.mf(x)"));
  511   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  512   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("s.mf(x)"));
  518   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  519   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("s.mf<T>(x)"));
  524   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  525   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("f(x)"));
  530   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  531   EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("T(x)"));