Searched refs:colon_loc (Results 1 – 1 of 1) sorted by relevance
351 const char *colon_loc = strchr(name_cursor, ':'); in BuildMethod() local352 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()