Searched refs:start_column (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1217 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 1220 &start_column, 0); in PrintDiagnostic() 1226 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic() 1231 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1238 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 4255 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 4257 0, &start_line, &start_column, 0); in perform_token_annotation() 4261 PrintExtent(stdout, start_line, start_column, end_line, end_column); in perform_token_annotation() 4270 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 4280 0, &start_line, &start_column, 0); in perform_token_annotation() [all …]
|