reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
875 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 876 EXPECT_FALSE(isMutated(Results, AST.get())); 878 AST = buildASTFromCode("typedef const int& CIntRef;" 880 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 881 EXPECT_FALSE(isMutated(Results, AST.get()));