reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
153 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.mf<T>()")); 157 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 158 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.mf()")); 164 Results = match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); 165 EXPECT_THAT(mutatedBy(Results, AST.get()), ElementsAre("x.mf()"));