Searched refs:open_bracket_index (Results 1 – 1 of 1) sorted by relevance
564 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange() local565 if (open_bracket_index == llvm::StringRef::npos) { in ScanBracketedRange()571 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()578 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange()580 if (close_bracket_index - open_bracket_index == 1) { in ScanBracketedRange()586 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange()589 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()597 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()