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