Searched refs:close_bracket_index (Results 1 – 1 of 1) sorted by relevance
508 size_t &close_bracket_index, in ScanBracketedRange() argument512 close_bracket_index = llvm::StringRef::npos; in ScanBracketedRange()520 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()522 if (close_bracket_index == llvm::StringRef::npos) { in ScanBracketedRange()529 if (close_bracket_index - open_bracket_index == 1) { in ScanBracketedRange()729 size_t close_bracket_index = llvm::StringRef::npos; in DumpValue() local758 ScanBracketedRange(subpath, close_bracket_index, in DumpValue()912 if (close_bracket_index != llvm::StringRef::npos && in DumpValue()913 subpath.size() > close_bracket_index) { in DumpValue()914 ConstString additional_data(subpath.drop_front(close_bracket_index + 1)); in DumpValue()