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
195 static void createNullLocation(CXString *filename, unsigned *line, in createNullLocation() function
244 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
258 createNullLocation(file, line, column, offset); in clang_getExpansionLocation()
279 createNullLocation(filename, line, column); in clang_getPresumedLocation()
286 createNullLocation(filename, line, column); in clang_getPresumedLocation()
294 createNullLocation(filename, line, column); in clang_getPresumedLocation()
326 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
337 return createNullLocation(file, line, column, offset); in clang_getSpellingLocation()
363 return createNullLocation(file, line, column, offset); in clang_getFileLocation()
[all …]