Home | History | Annotate | Download | only in libclang

Lines Matching full:column

124                                    unsigned column) {
131 if (line == 0 || column == 0)
138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
142 File->getName(), line, column);
149 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName(), line, column)
184 unsigned *column, unsigned *offset) {
189 if (column)
190 *column = 0;
197 unsigned *column, unsigned *offset = nullptr) {
202 if (column)
203 *column = 0;
236 unsigned *column,
240 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset);
247 createNullLocation(file, line, column, offset);
261 createNullLocation(file, line, column, offset);
269 if (column)
270 *column = SM.getExpansionColumnNumber(ExpansionLoc);
278 unsigned *column) {
283 createNullLocation(filename, line, column);
290 createNullLocation(filename, line, column);
298 createNullLocation(filename, line, column);
304 if (column) *column = PreLoc.getColumn();
310 unsigned *column,
313 clang_getExpansionLocation(location, file, line, column, offset);
319 unsigned *column,
324 column, offset);
331 return createNullLocation(file, line, column, offset);
342 return createNullLocation(file, line, column, offset);
348 if (column)
349 *column = SM.getColumnNumber(FID, FileOffset);
357 unsigned *column,
362 column, offset);
369 return createNullLocation(file, line, column, offset);
379 return createNullLocation(file, line, column, offset);
385 if (column)
386 *column = SM.getColumnNumber(FID, FileOffset);