Lines Matching refs:Line
3859 // Check that when we have multiple @class references in the same line,
3878 // Check that when we have multiple declarators in the same line,
3891 // Check that when we have multiple @synthesize in the same line,
6629 unsigned Line, Column;
6630 clang_getFileLocation(Loc, &File, &Line, &Column, 0);
6632 *this << llvm::format("(%s:%d:%d)", clang_getCString(FileName), Line, Column);