reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
636 EXPECT_FALSE(isMutated(Results, AST.get())); 639 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 640 EXPECT_FALSE(isMutated(Results, AST.get())); 646 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 647 EXPECT_FALSE(isMutated(Results, AST.get()));