Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h168 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1606 SMRange InputRange, StringRef Note) in FileCheckDiag() argument
1608 auto Start = SM.getLineAndColumn(InputRange.Start); in FileCheckDiag()
1609 auto End = SM.getLineAndColumn(InputRange.End); in FileCheckDiag()