Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp670 bool InMatch = false; in DumpAnnotatedInput() local
674 bool WasInMatch = InMatch; in DumpAnnotatedInput()
675 InMatch = false; in DumpAnnotatedInput()
678 InMatch = true; in DumpAnnotatedInput()
682 if (!WasInMatch && InMatch) in DumpAnnotatedInput()
684 else if (WasInMatch && !InMatch) in DumpAnnotatedInput()