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