/external/rust/cxx/gen/src/ |
D | error.rs | 124 let start_column = source[start_offset..] in display_syn_error() localVariable 129 start_offset += start_column; in display_syn_error() 133 end_offset -= start_column; in display_syn_error()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1014 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 1017 &start_column, 0); in PrintDiagnostic() 1023 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic() 1028 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1035 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 3687 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 3689 0, &start_line, &start_column, 0); in perform_token_annotation() 3693 PrintExtent(stdout, start_line, start_column, end_line, end_column); in perform_token_annotation() 3702 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 3712 0, &start_line, &start_column, 0); in perform_token_annotation() [all …]
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 494 int start_column = column_ - 2; in ConsumeBlockComment() local 532 error_collector_->AddError(start_line, start_column, in ConsumeBlockComment()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 1216 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 1219 &start_column, 0); in PrintDiagnostic() 1225 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic() 1230 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1237 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 4236 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 4238 0, &start_line, &start_column, 0); in perform_token_annotation() 4242 PrintExtent(stdout, start_line, start_column, end_line, end_column); in perform_token_annotation() 4251 unsigned start_line, start_column, end_line, end_column; in perform_token_annotation() local 4261 0, &start_line, &start_column, 0); in perform_token_annotation() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 403 int start_column = tokenizer_.current().column; in ConsumeField() local 617 ParseLocation(start_line, start_column)); in ConsumeField()
|
D | descriptor.h | 148 int start_column; member
|
D | descriptor_unittest.cc | 7140 1 + loc.start_column, 1 + loc.end_line, in PrintSourceLocation()
|
D | descriptor.cc | 2962 out_location->start_column = span.Get(1); in GetSourceLocation()
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 2037 …*mut *const c_char, end: *mut *const c_char, start_line: *mut c_uint, start_column: *mut c_uint, e…
|