Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp134 const size_t open_paren_pos = full.find('('); in GetCategory() local
137 if (open_paren_pos == llvm::StringRef::npos || in GetCategory()
141 return full.substr(open_paren_pos + 1, in GetCategory()
142 close_paren_pos - (open_paren_pos + 1)); in GetCategory()
147 const size_t open_paren_pos = full.find('('); in GetFullNameWithoutCategory() local
149 if (open_paren_pos == llvm::StringRef::npos || in GetFullNameWithoutCategory()