reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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()),