reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
852 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 853 EXPECT_THAT(mutatedBy(Results, AST.get()), 856 AST = buildASTFromCode("typedef int& IntRef;" 858 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 859 EXPECT_THAT(mutatedBy(Results, AST.get()),