Home | History | Annotate | Download | only in Expression

Lines Matching refs:function_decl

1766     NamedDecl *function_decl = NULL;
1797 function_decl = context.AddFunDecl(copied_function_type);
1799 if (!function_decl)
1827 function_decl = context.AddGenericFunDecl();
1869 parser_vars->m_named_decl = function_decl;
1874 ASTDumper ast_dumper(function_decl);