Home
last modified time | relevance | path

Searched refs:usingPackDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp913 const internal::VariadicDynCastAllOfMatcher<Decl, UsingPackDecl> usingPackDecl; variable
924 classTemplateSpecializationDecl(hasDescendant(usingPackDecl()))))))); in TEST_P()
1047 auto From = FirstDeclMatcher<UsingPackDecl>().match(FromTU, usingPackDecl()); in TEST_P()