Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1194 clang::FunctionDecl *template_function_decl = nullptr; in ParseSubroutine() local
1235 template_function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
1243 template_function_decl, template_param_infos); in ParseSubroutine()
1245 template_function_decl, func_template_decl, template_param_infos); in ParseSubroutine()
1255 if (template_function_decl) in ParseSubroutine()
1256 m_ast.SetFunctionParameters(template_function_decl, in ParseSubroutine()