Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp69 bool has_invoke) { in line_entry_helper() argument
84 if (contains_lambda_identifier(first_template_param_sref) || has_invoke) { in line_entry_helper()
261 bool has_invoke = in FindLibCppStdFunctionCallableInfo() local
271 if (has_invoke) { in FindLibCppStdFunctionCallableInfo()
276 has_invoke); in FindLibCppStdFunctionCallableInfo()
281 !contains_lambda_identifier(first_template_parameter) && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
311 if (vtable_cu && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
332 first_template_parameter, has_invoke); in FindLibCppStdFunctionCallableInfo()