Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp66 bool has___invoke) { in line_entry_helper() argument
81 if (contains_lambda_identifier(first_template_param_sref) || has___invoke) { in line_entry_helper()
260 bool has___invoke = in FindLibCppStdFunctionCallableInfo() local
270 if (has___invoke) { in FindLibCppStdFunctionCallableInfo()
275 has___invoke); in FindLibCppStdFunctionCallableInfo()
280 !contains_lambda_identifier(first_template_parameter) && !has___invoke) { in FindLibCppStdFunctionCallableInfo()
310 if (vtable_cu && !has___invoke) { in FindLibCppStdFunctionCallableInfo()
331 first_template_parameter, has___invoke); in FindLibCppStdFunctionCallableInfo()