reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1173 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 1174 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x++")); 1176 AST = buildASTFromCodeWithArgs( 1181 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 1182 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.f()"));