Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp70 bool has_invoke) { in line_entry_helper() argument
85 if (contains_lambda_identifier(first_template_param_sref) || has_invoke) { in line_entry_helper()
262 bool has_invoke = in FindLibCppStdFunctionCallableInfo() local
272 if (has_invoke) { in FindLibCppStdFunctionCallableInfo()
277 has_invoke); in FindLibCppStdFunctionCallableInfo()
282 !contains_lambda_identifier(first_template_parameter) && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
312 if (vtable_cu && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
333 first_template_parameter, has_invoke); in FindLibCppStdFunctionCallableInfo()