Lines Matching refs:ErrorDiagnostic
257 return ErrorDiagnostic::get( in getImplicitFormat()
291 return ErrorDiagnostic::get(SM, Str, "empty variable name"); in parseVariable()
301 return ErrorDiagnostic::get(SM, Str.slice(I, StringRef::npos), in parseVariable()
307 return ErrorDiagnostic::get(SM, Str, "invalid variable name"); in parseVariable()
332 char ErrorDiagnostic::ID = 0;
346 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
352 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
357 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
365 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
378 return ErrorDiagnostic::get( in parseNumericVariableUse()
401 return ErrorDiagnostic::get( in parseNumericVariableUse()
415 return ErrorDiagnostic::get( in parseNumericOperand()
428 return ErrorDiagnostic::get(SM, ParseVarResult->Name, in parseNumericOperand()
456 return ErrorDiagnostic::get( in parseNumericOperand()
473 return ErrorDiagnostic::get(SM, Expr, "missing operand in expression"); in parseParenExpr()
490 return ErrorDiagnostic::get(SM, Expr, in parseParenExpr()
518 return ErrorDiagnostic::get( in parseBinop()
525 return ErrorDiagnostic::get(SM, RemainingExpr, in parseBinop()
558 return ErrorDiagnostic::get( in parseCallExpr()
568 return ErrorDiagnostic::get(SM, Expr, "missing argument"); in parseCallExpr()
598 return ErrorDiagnostic::get(SM, Expr, "missing argument"); in parseCallExpr()
602 return ErrorDiagnostic::get(SM, Expr, in parseCallExpr()
611 return ErrorDiagnostic::get(SM, FuncName, in parseCallExpr()
635 return ErrorDiagnostic::get( in parseNumericSubstitutionBlock()
646 return ErrorDiagnostic::get(SM, FormatExpr, in parseNumericSubstitutionBlock()
672 return ErrorDiagnostic::get(SM, FmtLoc, in parseNumericSubstitutionBlock()
679 return ErrorDiagnostic::get( in parseNumericSubstitutionBlock()
685 return ErrorDiagnostic::get( in parseNumericSubstitutionBlock()
705 return ErrorDiagnostic::get( in parseNumericSubstitutionBlock()
721 return ErrorDiagnostic::get( in parseNumericSubstitutionBlock()
1120 return ErrorDiagnostic::get( in match()
1126 return ErrorDiagnostic::get(SM, E.getVarName(), in match()
2032 [&](const ErrorDiagnostic &E) { in printMatch()
2060 [&](const ErrorDiagnostic &E) { in printNoMatch()
2568 ErrorDiagnostic::get(SM, CmdlineDef, in defineCmdlineVariables()
2620 ErrorDiagnostic::get( in defineCmdlineVariables()
2632 ErrorDiagnostic::get(SM, Name, in defineCmdlineVariables()