Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1893 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction() local
1894 if (copied_function_type) { in AddOneFunction()
1895 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()