Searched refs:prevCursor (Results 1 – 1 of 1) sorted by relevance
1349 CXCursor prevCursor = clang_getNullCursor(); in perform_file_scan() local1383 if ((c == EOF || !clang_equalCursors(cursor, prevCursor)) && in perform_file_scan()1384 prevCursor.kind != CXCursor_InvalidFile) { in perform_file_scan()1385 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()1393 prevCursor = cursor; in perform_file_scan()