Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp105 const size_t class_start_pos = (full.front() == '[' ? 1 : 2); in GetClassName() local
118 const size_t class_start_pos = (full.front() == '[' ? 1 : 2); in GetClassNameWithCategory() local