Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterVisibilityTest.cpp34 struct GetClassPattern { struct
35 using DeclTy = CXXRecordDecl;
36 BindableMatcher<Decl> operator()() { return cxxRecordDecl(hasName("X")); } in operator ()()