Searched refs:templateParameterCountIs (Results 1 – 1 of 1) sorted by relevance
7544 AST_MATCHER_P(FunctionTemplateDecl, templateParameterCountIs, unsigned, Cnt) { in AST_MATCHER_P() argument7562 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()