Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp323 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()
[all …]