Searched refs:name_cursor (Results 1 – 1 of 1) sorted by relevance
322 const char *name_cursor = name; in BuildMethod() local325 while (*name_cursor != '\0') { in BuildMethod()326 const char *colon_loc = strchr(name_cursor, ':'); in BuildMethod()329 &ast_ctx.Idents.get(llvm::StringRef(name_cursor))); in BuildMethod()334 llvm::StringRef(name_cursor, colon_loc - name_cursor))); in BuildMethod()335 name_cursor = colon_loc + 1; in BuildMethod()