Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp241 size_t first_open_angle_bracket = vtable_name.find('<') + 1; in FindLibCppStdFunctionCallableInfo() local
245 vtable_name.slice(first_open_angle_bracket, first_comma); in FindLibCppStdFunctionCallableInfo()