Home
last modified time | relevance | path

Searched defs:AnnotationEnd (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp491 const std::vector<InputAnnotation>::iterator &AnnotationEnd) { in FindInputLineInFilter()
618 auto AnnotationItr = Annotations.begin(), AnnotationEnd = Annotations.end(); in DumpAnnotatedInput() local