reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
825 EXPECT_FALSE(isMutated(Results, AST.get())); 829 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 830 EXPECT_FALSE(isMutated(Results, AST.get())); 836 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 837 EXPECT_FALSE(isMutated(Results, AST.get()));