Home
last modified time | relevance | path

Searched refs:begin_line (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c50 static void PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column, in PrintExtent() argument
52 fprintf(out, "[%d:%d - %d:%d]", begin_line, begin_column, in PrintExtent()
167 unsigned begin_line, begin_column, end_line, end_column; in PrintRange() local
170 &begin_file, &begin_line, &begin_column, 0); in PrintRange()
178 PrintExtent(stdout, begin_line, begin_column, end_line, end_column); in PrintRange()
/external/libxml2/include/libxml/
Dparser.h93 unsigned long begin_line; member
/external/libxml2/
DHTMLparser.c4166 node_info.begin_line = ctxt->input->line; in htmlParseElement()
4313 node_info.begin_line = ctxt->input->line; in htmlParseElementInternal()
Dparser.c9584 node_info.begin_line = ctxt->input->line; in xmlParseElement()