Searched refs:end_line (Results 1 – 5 of 5) sorted by relevance
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 51 unsigned end_line, unsigned end_column) { in PrintExtent() argument 53 end_line, end_column); in PrintExtent() 167 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local 172 &end_file, &end_line, &end_column, 0); in PrintRange() 178 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange() 393 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 397 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic() 407 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 414 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 876 unsigned end_line, unsigned end_col, in print_cursor_file_scan() argument [all …]
|
/external/libxml2/include/libxml/ |
D | parser.h | 95 unsigned long end_line; member
|
/external/libxml2/ |
D | SAX2.c | 1774 node_info.end_line = ctxt->input->line; in xmlSAX2EndElement() 2412 node_info.end_line = ctxt->input->line; in xmlSAX2EndElementNs()
|
D | HTMLparser.c | 4217 node_info.end_line = ctxt->input->line; in htmlParseElement() 4252 node_info.end_line = ctxt->input->line; in htmlParseElement() 4272 ctxt->nodeInfo->end_line = ctxt->input->line; in htmlParserFinishElementParsing()
|
D | parser.c | 9646 node_info.end_line = ctxt->input->line; in xmlParseElement() 9674 node_info.end_line = ctxt->input->line; in xmlParseElement() 9719 node_info.end_line = ctxt->input->line; in xmlParseElement()
|