Lines Matching refs:first

77 /// \brief returns a printable representation of first item from input range
169 SourceLine.replace(i, 1, res.first.c_str());
175 /// characters will appear at (numbering the first column as 0).
178 /// character) then the array will map that byte to the first column the
182 /// If a byte is the first in a sequence of bytes that together map to a single
212 columns += llvm::sys::locale::columnWidth(res.first);
245 columns += llvm::sys::locale::columnWidth(res.first);
276 /// \brief Map a byte to the first column which contains it.
378 // If it's not at a character's first column then advance it past the current
513 /// \returns The index of the first non-whitespace character that is
561 // This is a normal word. Just find the first space character.
580 // Find the first space character after the punctuation ended.
606 /// \param Column the column number at which the first character of \p
607 /// Str will be printed. This will be non-zero when part of the first
611 /// the first line.
613 /// string fit on the first line.
845 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
854 OS << '{' << SM.getLineNumber(BInfo.first, BInfo.second) << ':'
855 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-'
856 << SM.getLineNumber(EInfo.first, EInfo.second) << ':'
857 << (SM.getColumnNumber(EInfo.first, EInfo.second)+TokSize)
952 // Pick the first non-whitespace column.
1002 if (LineNo == SM.getLineNumber(HintLocInfo.first, HintLocInfo.second) &&
1010 = SM.getColumnNumber(HintLocInfo.first, HintLocInfo.second) - 1;
1085 FileID FID = LocInfo.first;
1210 to_print += res.first.str();
1257 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second)
1258 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second)
1259 << '-' << SM.getLineNumber(EInfo.first, EInfo.second)
1260 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second)