reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
938 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 939 EXPECT_TRUE(isMutated(Results, AST.get())); 941 AST = buildASTFromCodeWithArgs( 944 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 945 EXPECT_TRUE(isMutated(Results, AST.get()));