Lines Matching refs:first

79 /// \brief returns a printable representation of first item from input range
171 SourceLine.replace(i, 1, res.first.c_str());
177 /// characters will appear at (numbering the first column as 0).
180 /// character) then the array will map that byte to the first column the
184 /// If a byte is the first in a sequence of bytes that together map to a single
214 columns += llvm::sys::locale::columnWidth(res.first);
247 columns += llvm::sys::locale::columnWidth(res.first);
278 /// \brief Map a byte to the first column which contains it.
377 // If it's not at a character's first column then advance it past the current
512 /// \returns The index of the first non-whitespace character that is
560 // This is a normal word. Just find the first space character.
579 // Find the first space character after the punctuation ended.
605 /// \param Column the column number at which the first character of \p
606 /// Str will be printed. This will be non-zero when part of the first
610 /// the first line.
612 /// string fit on the first line.
852 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
861 OS << '{' << SM.getLineNumber(BInfo.first, BInfo.second) << ':'
862 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-'
863 << SM.getLineNumber(EInfo.first, EInfo.second) << ':'
864 << (SM.getColumnNumber(EInfo.first, EInfo.second)+TokSize)
953 // Pick the first non-whitespace column.
1003 if (LineNo == SM.getLineNumber(HintLocInfo.first, HintLocInfo.second) &&
1011 = SM.getColumnNumber(HintLocInfo.first, HintLocInfo.second) - 1;
1080 FileID FID = LocInfo.first;
1206 to_print += res.first.str();
1253 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second)
1254 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second)
1255 << '-' << SM.getLineNumber(EInfo.first, EInfo.second)
1256 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second)