Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp243 size_t first_open_angle_bracket = vtable_name.find('<') + 1; in FindLibCppStdFunctionCallableInfo() local
247 vtable_name.slice(first_open_angle_bracket, first_comma); in FindLibCppStdFunctionCallableInfo()