Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp674 bool WasInMatch = InMatch; in DumpAnnotatedInput() local
682 if (!WasInMatch && InMatch) in DumpAnnotatedInput()
684 else if (WasInMatch && !InMatch) in DumpAnnotatedInput()