Lines Matching refs:column
124 unsigned column) {
132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
136 File->getName(), line, column);
143 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName(), line, column)
174 unsigned *column, unsigned *offset) {
179 if (column)
180 *column = 0;
187 unsigned *column, unsigned *offset = 0) {
192 if (column)
193 *column = 0;
215 unsigned *column,
219 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset);
226 createNullLocation(file, line, column, offset);
240 createNullLocation(file, line, column, offset);
248 if (column)
249 *column = SM.getExpansionColumnNumber(ExpansionLoc);
257 unsigned *column) {
262 createNullLocation(filename, line, column);
269 createNullLocation(filename, line, column);
279 if (column)
280 *column = PreLoc.getColumn();
287 unsigned *column,
290 clang_getExpansionLocation(location, file, line, column, offset);
296 unsigned *column,
301 column, offset);
308 return createNullLocation(file, line, column, offset);
319 return createNullLocation(file, line, column, offset);
325 if (column)
326 *column = SM.getColumnNumber(FID, FileOffset);
334 unsigned *column,
339 column, offset);
346 return createNullLocation(file, line, column, offset);
356 return createNullLocation(file, line, column, offset);
362 if (column)
363 *column = SM.getColumnNumber(FID, FileOffset);