Lines Matching refs:SourceMgr

129                                       const SourceMgr &SM) const {  in valueFromStringRepr()
392 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat()
440 Pattern::parseVariable(StringRef &Str, const SourceMgr &SM) { in parseVariable()
484 const SourceMgr &SM) { in parseNumericVariableDefinition()
522 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericVariableUse()
558 const SourceMgr &SM) { in parseNumericOperand()
615 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseParenExpr()
650 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseBinop()
694 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseCallExpr()
770 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericSubstitutionBlock()
917 SourceMgr &SM, const FileCheckRequest &Req) { in parsePattern()
931 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern()
938 PatternLoc, SourceMgr::DK_Error, in parsePattern()
982 SourceMgr::DK_Error, in parsePattern()
1021 SourceMgr::DK_Error, in parsePattern()
1046 SourceMgr::DK_Error, "unexpected whitespace"); in parsePattern()
1066 SourceMgr::DK_Error, in parsePattern()
1076 SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in parsePattern()
1089 SourceMgr::DK_Error, in parsePattern()
1168 SourceMgr::DK_Error, in parsePattern()
1203 bool Pattern::AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM) { in AddRegExToRegEx()
1207 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, in AddRegExToRegEx()
1224 const SourceMgr &SM) const { in match()
1353 void Pattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer, in printSubstitutions()
1382 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions()
1387 void Pattern::printVariableDefs(const SourceMgr &SM, in printVariableDefs()
1434 SM.PrintMessage(VC.Range.Start, SourceMgr::DK_Note, OS.str(), VC.Range); in printVariableDefs()
1439 const SourceMgr &SM, SMLoc Loc, in ProcessMatchResult()
1459 void Pattern::printFuzzyMatch(const SourceMgr &SM, StringRef Buffer, in printFuzzyMatch()
1497 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
1536 size_t Pattern::FindRegexVarEnd(StringRef Str, SourceMgr &SM) { in FindRegexVarEnd()
1559 SourceMgr::DK_Error, in FindRegexVarEnd()
1603 FileCheckDiag::FileCheckDiag(const SourceMgr &SM, in FileCheckDiag()
1857 SourceMgr &SM, StringRef Buffer, Regex &PrefixRE, in readCheckFile()
1939 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Error, in readCheckFile()
1946 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Error, in readCheckFile()
1979 SMLoc::getFromPointer(UsedPrefixStart), SourceMgr::DK_Error, in readCheckFile()
1993 SourceMgr::DK_Error, in readCheckFile()
2045 static Error printMatch(bool ExpectedMatch, const SourceMgr &SM, in printMatch()
2089 Loc, ExpectedMatch ? SourceMgr::DK_Remark : SourceMgr::DK_Error, Message); in printMatch()
2090 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2115 static Error printNoMatch(bool ExpectedMatch, const SourceMgr &SM, in printNoMatch()
2182 ExpectedMatch ? SourceMgr::DK_Error : SourceMgr::DK_Remark, in printNoMatch()
2184 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch()
2198 static Error reportMatchResult(bool ExpectedMatch, const SourceMgr &SM, in reportMatchResult()
2235 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
2316 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
2330 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2332 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2334 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2340 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2343 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2345 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2347 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext()
2355 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
2364 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckSame()
2367 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckSame()
2369 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckSame()
2377 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
2396 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
2491 SM.PrintMessage(OldStart, SourceMgr::DK_Note, in CheckDag()
2609 ArrayRef<StringRef> CmdlineDefines, SourceMgr &SM) { in defineCmdlineVariables()
2770 bool FileCheck::checkInput(SourceMgr &SM, StringRef Buffer, in checkInput()