Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp301 llvm::StringRef name_to_use = func_to_match; in FindLibCppStdFunctionCallableInfo() local
309 if (!contains_lambda_identifier(name_to_use)) in FindLibCppStdFunctionCallableInfo()
314 vtable_cu->FindFunction([name_to_use](const FunctionSP &f) { in FindLibCppStdFunctionCallableInfo()
316 if (name.starts_with(name_to_use) && name.contains("operator")) in FindLibCppStdFunctionCallableInfo()