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