Searched defs:GetFunPattern (Results 1 – 1 of 1) sorted by relevance
26 struct GetFunPattern { struct27 using DeclTy = FunctionDecl;28 BindableMatcher<Decl> operator()() { return functionDecl(hasName("f")); } in operator ()()