Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp244 llvm::StringRef first_template_parameter = in FindLibCppStdFunctionCallableInfo() local
274 return line_entry_helper(target, scl[0], symbol, first_template_parameter, in FindLibCppStdFunctionCallableInfo()
280 !contains_lambda_identifier(first_template_parameter) && !has_invoke) { in FindLibCppStdFunctionCallableInfo()
289 std::string func_to_match = first_template_parameter.str(); in FindLibCppStdFunctionCallableInfo()
331 first_template_parameter, has_invoke); in FindLibCppStdFunctionCallableInfo()