Lines Matching refs:column

118                                    unsigned column) {  in clang_getLocation()  argument
125 if (line == 0 || column == 0) in clang_getLocation()
132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation()
136 File->getName().str().c_str(), line, column); in clang_getLocation()
144 line, column) in clang_getLocation()
177 unsigned *column, unsigned *offset) { in createNullLocation() argument
182 if (column) in createNullLocation()
183 *column = 0; in createNullLocation()
189 unsigned *column, unsigned *offset = nullptr) { in createNullLocation() argument
194 if (column) in createNullLocation()
195 *column = 0; in createNullLocation()
225 unsigned *column, in clang_getExpansionLocation() argument
228 CXLoadedDiagnostic::decodeLocation(location, file, line, column, offset); in clang_getExpansionLocation()
235 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
249 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
257 if (column) in clang_getExpansionLocation()
258 *column = SM.getExpansionColumnNumber(ExpansionLoc); in clang_getExpansionLocation()
266 unsigned *column) { in clang_getPresumedLocation() argument
270 createNullLocation(filename, line, column); in clang_getPresumedLocation()
277 createNullLocation(filename, line, column); in clang_getPresumedLocation()
285 createNullLocation(filename, line, column); in clang_getPresumedLocation()
291 if (column) *column = PreLoc.getColumn(); in clang_getPresumedLocation()
297 unsigned *column, in clang_getInstantiationLocation() argument
300 clang_getExpansionLocation(location, file, line, column, offset); in clang_getInstantiationLocation()
306 unsigned *column, in clang_getSpellingLocation() argument
310 column, offset); in clang_getSpellingLocation()
317 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
328 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
334 if (column) in clang_getSpellingLocation()
335 *column = SM.getColumnNumber(FID, FileOffset); in clang_getSpellingLocation()
343 unsigned *column, in clang_getFileLocation() argument
347 column, offset); in clang_getFileLocation()
354 return createNullLocation(file, line, column, offset); in clang_getFileLocation()
364 return createNullLocation(file, line, column, offset); in clang_getFileLocation()
370 if (column) in clang_getFileLocation()
371 *column = SM.getColumnNumber(FID, FileOffset); in clang_getFileLocation()