Searched refs:close_bracket_index (Results 1 – 1 of 1) sorted by relevance
502 size_t &close_bracket_index, in ScanBracketedRange() argument506 close_bracket_index = llvm::StringRef::npos; in ScanBracketedRange()514 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()516 if (close_bracket_index == llvm::StringRef::npos) { in ScanBracketedRange()523 if (close_bracket_index - open_bracket_index == 1) { in ScanBracketedRange()747 size_t close_bracket_index = llvm::StringRef::npos; in DumpValue() local779 ScanBracketedRange(subpath, close_bracket_index, in DumpValue()940 if (close_bracket_index != llvm::StringRef::npos && in DumpValue()941 subpath.size() > close_bracket_index) { in DumpValue()942 ConstString additional_data(subpath.drop_front(close_bracket_index + 1)); in DumpValue()