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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp176 static void createNullLocation(CXFile *file, unsigned *line, function
188 static void createNullLocation(CXString *filename, unsigned *line, function
235 createNullLocation(file, line, column, offset);
249 createNullLocation(file, line, column, offset);
270 createNullLocation(filename, line, column);
277 createNullLocation(filename, line, column);
285 createNullLocation(filename, line, column);
317 return createNullLocation(file, line, column, offset);
328 return createNullLocation(file, line, column, offset);
354 return createNullLocation(fil
[all...]

Completed in 200 milliseconds