Home
last modified time | relevance | path

Searched defs:GetFunPattern (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTImporterVisibilityTest.cpp26 struct GetFunPattern { struct
27 using DeclTy = FunctionDecl;
28 BindableMatcher<Decl> operator()() { return functionDecl(hasName("f")); } in operator ()()