Lines Matching refs:start
83 yield start, end_line
89 start, end = match.span()
92 stack.append((directive, param, start, end))
103 start)
118 stack.append((directive, param, start, end))
146 def extract(cls, source_code, start=0, end=-1): argument
152 for match in enum_pattern.finditer(source_code, start, end):
235 def extract(cls, source_code, start=0, end=-1): argument
239 matches = list(sig_alg_pattern.finditer(source_code, start, end))
294 def extract(cls, source_code, start=0, end=-1): argument
298 matches = list(named_group_pattern.finditer(source_code, start, end))
377 for start, instance in preprocess_c_source_code(source_code,
381 if start in definitions:
387 definitions[start] = definition