Home | History | Annotate | Download | only in rewrite_to_chrome_style

Lines Matching refs:functionTemplateDecl

89 AST_MATCHER_P(clang::FunctionTemplateDecl,
951 bool GetNameForDecl(const clang::FunctionTemplateDecl& decl,
968 clang::dyn_cast<clang::FunctionTemplateDecl>(&decl))
1765 // 1. If the candidate declaration is a dependent FunctionTemplateDecl, the
1775 id("decl", functionTemplateDecl(templatedDecl(function_decl_matcher)));
1777 id("decl", functionTemplateDecl(templatedDecl(method_decl_matcher)));