reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1070 EXPECT_FALSE(isMutated(Results, AST.get())); 1074 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 1075 EXPECT_FALSE(isMutated(Results, AST.get())); 1080 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 1081 EXPECT_FALSE(isMutated(Results, AST.get()));