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

References

tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  617       match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  618   EXPECT_THAT(mutatedBy(Results, AST.get()),
  621   AST = buildASTFromCode("typedef int& IntRefX;"
  625   Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext());
  626   EXPECT_THAT(mutatedBy(Results, AST.get()),