Home
last modified time | relevance | path

Searched refs:createNullLocation (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DCXSourceLocation.cpp183 static void createNullLocation(CXFile *file, unsigned *line, in createNullLocation() function
196 static void createNullLocation(CXString *filename, unsigned *line, in createNullLocation() function
247 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
261 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
283 createNullLocation(filename, line, column); in clang_getPresumedLocation()
290 createNullLocation(filename, line, column); in clang_getPresumedLocation()
298 createNullLocation(filename, line, column); in clang_getPresumedLocation()
331 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
342 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
369 return createNullLocation(file, line, column, offset); in clang_getFileLocation()
[all …]