Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7544 AST_MATCHER_P(FunctionTemplateDecl, templateParameterCountIs, unsigned, Cnt) { in AST_MATCHER_P() argument
7562 FromTU, functionTemplateDecl(templateParameterCountIs(3))); in TEST_P()
7565 FromTU, functionTemplateDecl(templateParameterCountIs(1), isImplicit())); in TEST_P()
7628 FromTU, functionTemplateDecl(templateParameterCountIs(3))); in TEST_P()
7631 FromTU, functionTemplateDecl(templateParameterCountIs(1), isImplicit())); in TEST_P()