Lines Matching refs:InputAnnotation
323 struct InputAnnotation { struct
384 std::vector<InputAnnotation> &Annotations, in BuildInputAnnotations()
403 InputAnnotation A; in BuildInputAnnotations()
468 InputAnnotation B; in BuildInputAnnotations()
490 const std::vector<InputAnnotation>::iterator &AnnotationBeg, in FindInputLineInFilter()
491 const std::vector<InputAnnotation>::iterator &AnnotationEnd) { in FindInputLineInFilter()
538 std::vector<InputAnnotation> &Annotations, in DumpAnnotatedInput()
544 [](const InputAnnotation &A, const InputAnnotation &B) { in DumpAnnotatedInput()
655 std::vector<InputAnnotation> FoundAndExpectedMatches; in DumpAnnotatedInput()
676 for (const InputAnnotation &M : FoundAndExpectedMatches) { in DumpAnnotatedInput()
870 std::vector<InputAnnotation> Annotations; in main()