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