Home
last modified time | relevance | path

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

/external/llvm-project/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()
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()
330 first_template_parameter, has___invoke); in FindLibCppStdFunctionCallableInfo()