Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_stream_private.h48 int start_col; member
H A Disl_stream.c276 s->start_col = s->col; in isl_stream_getc()
409 col = s->start_col; in next_token()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2253 unsigned start_line, unsigned start_col, in print_cursor_file_scan() argument
2259 PrintExtent(stdout, start_line, start_col, end_line, end_col); in print_cursor_file_scan()
2273 unsigned start_line = 1, start_col = 1; in perform_file_scan() local
2307 print_cursor_file_scan(TU, prevCursor, start_line, start_col, in perform_file_scan()
2310 start_col = col; in perform_file_scan()