Searched defs:AnnotationEnd (Results 1 – 1 of 1) sorted by relevance
491 const std::vector<InputAnnotation>::iterator &AnnotationEnd) { in FindInputLineInFilter()618 auto AnnotationItr = Annotations.begin(), AnnotationEnd = Annotations.end(); in DumpAnnotatedInput() local