Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp351 const char *colon_loc = strchr(name_cursor, ':'); in BuildMethod() local
352 if (!colon_loc) in BuildMethod()
360 …r_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor, colon_loc - name_cursor))); in BuildMethod()
361 name_cursor = colon_loc + 1; in BuildMethod()