Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1132 CompilerType m_copied_type; member
1179 fdi.m_copied_type = copied_func_type; in SearchFunctionsInSymbolContexts()
1181 if (fdi.m_copied_type && func_decl_context) { in SearchFunctionsInSymbolContexts()
1189 &fdi.m_name, &fdi.m_copied_type); in SearchFunctionsInSymbolContexts()
1198 const CompilerType t = fdi.m_copied_type; in SearchFunctionsInSymbolContexts()