Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXSourceLocation.cpp173 static void createNullLocation(CXFile *file, unsigned *line, in createNullLocation() function
186 static void createNullLocation(CXString *filename, unsigned *line, in createNullLocation() function
226 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
240 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
262 createNullLocation(filename, line, column); in clang_getPresumedLocation()
269 createNullLocation(filename, line, column); in clang_getPresumedLocation()
308 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
319 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
346 return createNullLocation(file, line, column, offset); in clang_getFileLocation()
356 return createNullLocation(file, line, column, offset); in clang_getFileLocation()