Searched refs:end_line (Results 1 – 5 of 5) sorted by relevance
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 78 unsigned end_line, unsigned end_column) { in PrintExtent() argument 80 end_line, end_column); in PrintExtent() 247 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local 252 &end_file, &end_line, &end_column, 0); in PrintRange() 258 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange() 838 unsigned start_line, start_column, end_line, end_column; in PrintDiagnostic() local 842 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic() 852 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 859 PrintExtent(out, start_line, start_column, end_line, end_column); in PrintDiagnostic() 1333 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()
|