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.cpp141 llvm::StringRef first_template_param_sref, bool has_invoke) { in line_entry_helper() argument
153 if (contains_lambda_identifier(first_template_param_sref) || has_invoke) { in line_entry_helper()
329 bool has_invoke = in FindLibCppStdFunctionCallableInfo() local
339 if (has_invoke) { in FindLibCppStdFunctionCallableInfo()
344 has_invoke); in FindLibCppStdFunctionCallableInfo()
349 !contains_lambda_identifier(first_template_parameter) && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
379 if (vtable_cu && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
400 first_template_parameter, has_invoke); in FindLibCppStdFunctionCallableInfo()