reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
803 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.vb.va.vi = 10")); 808 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 809 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.y.z = 10")); 815 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 816 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.y.z = 10"));