Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1349 CompilerType copied_func_type = GuardedCopyType(func_clang_type); in FindExternalVisibleDecls() local
1350 if (!copied_func_type) { in FindExternalVisibleDecls()
1357 fdi.m_copied_type = copied_func_type; in FindExternalVisibleDecls()