Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDObjCLanguage.cpp135 const size_t close_paren_pos = full.find(')'); in GetCategory() local
138 close_paren_pos == llvm::StringRef::npos) in GetCategory()
142 close_paren_pos - (open_paren_pos + 1)); in GetCategory()
148 const size_t close_paren_pos = full.find(')'); in GetFullNameWithoutCategory() local
150 close_paren_pos == llvm::StringRef::npos) in GetFullNameWithoutCategory()