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

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp173 static void createNullLocation(CXFile *file, unsigned *line, function
186 static void createNullLocation(CXString *filename, unsigned *line, function
226 createNullLocation(file, line, column, offset);
240 createNullLocation(file, line, column, offset);
262 createNullLocation(filename, line, column);
269 createNullLocation(filename, line, column);
308 return createNullLocation(file, line, column, offset);
319 return createNullLocation(file, line, column, offset);
346 return createNullLocation(file, line, column, offset);
356 return createNullLocation(fil
[all...]

Completed in 73 milliseconds