reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
317 EXPECT_FALSE(isMutated(Results, AST.get())); 321 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 322 EXPECT_FALSE(isMutated(Results, AST.get())); 326 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 327 EXPECT_FALSE(isMutated(Results, AST.get())); 334 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 335 EXPECT_FALSE(isMutated(Results, AST.get())); 339 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 340 EXPECT_FALSE(isMutated(Results, AST.get())); 344 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 345 EXPECT_FALSE(isMutated(Results, AST.get())); 349 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 350 EXPECT_FALSE(isMutated(Results, AST.get()));