Home
last modified time | relevance | path

Searched defs:FileCheckDiag (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h155 struct FileCheckDiag { struct
157 Check::FileCheckType CheckTy;
159 unsigned CheckLine, CheckCol;
174 enum MatchType {
200 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy, argument
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp556 FileCheckDiag::FileCheckDiag(const SourceMgr &SM, in FileCheckDiag() function in FileCheckDiag