Lines Matching refs:SourceMgr
138 const SourceMgr &SM) const { in valueFromStringRepr()
242 BinaryOperation::getImplicitFormat(const SourceMgr &SM) const { in getImplicitFormat()
289 Pattern::parseVariable(StringRef &Str, const SourceMgr &SM) { in parseVariable()
339 const SourceMgr &SM) { in parseNumericVariableDefinition()
376 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericVariableUse()
412 const SourceMgr &SM) { in parseNumericOperand()
465 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseParenExpr()
500 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseBinop()
544 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseCallExpr()
620 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericSubstitutionBlock()
765 SourceMgr &SM, const FileCheckRequest &Req) { in parsePattern()
777 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern()
784 PatternLoc, SourceMgr::DK_Error, in parsePattern()
828 SourceMgr::DK_Error, in parsePattern()
872 SourceMgr::DK_Error, in parsePattern()
898 SourceMgr::DK_Error, "unexpected whitespace"); in parsePattern()
918 SourceMgr::DK_Error, in parsePattern()
927 SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in parsePattern()
940 SourceMgr::DK_Error, in parsePattern()
1020 SourceMgr::DK_Error, in parsePattern()
1057 bool Pattern::AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM) { in AddRegExToRegEx()
1061 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, in AddRegExToRegEx()
1078 const SourceMgr &SM) const { in match()
1205 void Pattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer, in printSubstitutions()
1234 SM.PrintMessage(Range.Start, SourceMgr::DK_Note, OS.str()); in printSubstitutions()
1239 void Pattern::printVariableDefs(const SourceMgr &SM, in printVariableDefs()
1288 SM.PrintMessage(VC.Range.Start, SourceMgr::DK_Note, OS.str(), VC.Range); in printVariableDefs()
1293 const SourceMgr &SM, SMLoc Loc, in ProcessMatchResult()
1313 void Pattern::printFuzzyMatch(const SourceMgr &SM, StringRef Buffer, in printFuzzyMatch()
1351 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in printFuzzyMatch()
1390 size_t Pattern::FindRegexVarEnd(StringRef Str, SourceMgr &SM) { in FindRegexVarEnd()
1413 SourceMgr::DK_Error, in FindRegexVarEnd()
1457 FileCheckDiag::FileCheckDiag(const SourceMgr &SM, in FileCheckDiag()
1775 SourceMgr &SM, StringRef Buffer, in readCheckFile()
1863 SourceMgr::DK_Error, in readCheckFile()
1870 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Error, in readCheckFile()
1877 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Error, in readCheckFile()
1910 SMLoc::getFromPointer(UsedPrefixStart), SourceMgr::DK_Error, in readCheckFile()
1924 SourceMgr::DK_Error, in readCheckFile()
1976 static Error printMatch(bool ExpectedMatch, const SourceMgr &SM, in printMatch()
2020 Loc, ExpectedMatch ? SourceMgr::DK_Remark : SourceMgr::DK_Error, Message); in printMatch()
2021 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in printMatch()
2046 static Error printNoMatch(bool ExpectedMatch, const SourceMgr &SM, in printNoMatch()
2113 ExpectedMatch ? SourceMgr::DK_Error : SourceMgr::DK_Remark, in printNoMatch()
2115 SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, in printNoMatch()
2129 static Error reportMatchResult(bool ExpectedMatch, const SourceMgr &SM, in reportMatchResult()
2166 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
2247 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
2261 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2263 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2265 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2271 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2274 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
2276 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
2278 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext()
2286 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
2295 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckSame()
2298 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckSame()
2300 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckSame()
2309 const SourceMgr &SM, StringRef Buffer, in CheckNot()
2330 FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
2426 SM.PrintMessage(OldStart, SourceMgr::DK_Note, in CheckDag()
2514 ArrayRef<StringRef> CmdlineDefines, SourceMgr &SM) { in defineCmdlineVariables()
2675 bool FileCheck::checkInput(SourceMgr &SM, StringRef Buffer, in checkInput()