reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
824 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 825 EXPECT_FALSE(isMutated(Results, AST.get())); 827 AST = buildASTFromCodeWithArgs("template <class T> void f() { T x; x.y.z; }", 829 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 830 EXPECT_FALSE(isMutated(Results, AST.get())); 832 AST = 836 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 837 EXPECT_FALSE(isMutated(Results, AST.get()));