Lines Matching defs:FileCheck
1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
9 // FileCheck does a line-by line check of a file that validates whether it
12 // This file implements most of the API that will be used by the FileCheck utility
16 #include "llvm/FileCheck/FileCheck.h"
149 // Both the FileCheck utility and library only call this method with a valid
320 // FileCheck input canonicalization.
1428 StringRef FileCheck::CanonicalizeFile(MemoryBuffer &MB,
1768 FileCheck::FileCheck(FileCheckRequest Req)
1771 FileCheck::~FileCheck() = default;
1773 bool FileCheck::readCheckFile(
2492 bool FileCheck::ValidateCheckPrefixes() {
2674 bool FileCheck::checkInput(SourceMgr &SM, StringRef Buffer,