Searched refs:close_bracket_index (Results 1 – 1 of 1) sorted by relevance
559 size_t &close_bracket_index, in ScanBracketedRange() argument563 close_bracket_index = llvm::StringRef::npos; in ScanBracketedRange()571 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()573 if (close_bracket_index == llvm::StringRef::npos) { in ScanBracketedRange()580 if (close_bracket_index - open_bracket_index == 1) { in ScanBracketedRange()804 size_t close_bracket_index = llvm::StringRef::npos; in DumpValue() local836 ScanBracketedRange(subpath, close_bracket_index, in DumpValue()997 if (close_bracket_index != llvm::StringRef::npos && in DumpValue()998 subpath.size() > close_bracket_index) { in DumpValue()999 ConstString additional_data(subpath.drop_front(close_bracket_index + 1)); in DumpValue()