Home
last modified time | relevance | path

Searched defs:space_pos (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp112 const size_t space_pos = full.find(' ', class_start_pos); in GetClassName() local
119 const size_t space_pos = full.find(' ', class_start_pos); in GetClassNameWithCategory() local
125 const size_t space_pos = full.find(' '); in GetSelector() local
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1729 line.erase(0, space_pos); in skip_spaces() local