Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
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()