Searched refs:name_cursor (Results 1 – 1 of 1) sorted by relevance
346 const char *name_cursor = name; in BuildMethod() local349 while (*name_cursor != '\0') in BuildMethod()351 const char *colon_loc = strchr(name_cursor, ':'); in BuildMethod()354 selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor))); 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()