Searched refs:open_bracket_index (Results 1 – 1 of 1) sorted by relevance
507 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange() local508 if (open_bracket_index == llvm::StringRef::npos) { in ScanBracketedRange()514 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()521 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange()523 if (close_bracket_index - open_bracket_index == 1) { in ScanBracketedRange()529 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange()532 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()540 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()