Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1169 CompilerType copied_func_type = GuardedCopyType(func_clang_type); in SearchFunctionsInSymbolContexts() local
1170 if (!copied_func_type) { in SearchFunctionsInSymbolContexts()
1177 fdi.m_copied_type = copied_func_type; in SearchFunctionsInSymbolContexts()