Searched refs:UndefVarError (Results 1 – 5 of 5) sorted by relevance
59 class UndefVarError : public ErrorInfo<UndefVarError> {66 UndefVarError(StringRef VarName) : VarName(VarName) {} in UndefVarError() function
33 return make_error<UndefVarError>(Name); in eval()110 char UndefVarError::ID = 0;727 [&](const UndefVarError &E) { in printSubstitutions()820 return make_error<UndefVarError>(VarName); in getPatternVarValue()
211 class UndefVarError : public ErrorInfo<UndefVarError> {218 UndefVarError(StringRef VarName) : VarName(VarName) {} in UndefVarError() function
352 return make_error<UndefVarError>(getExpressionStr()); in eval()458 char UndefVarError::ID = 0;1322 [&](const UndefVarError &E) { in printSubstitutions()1472 return make_error<UndefVarError>(VarName); in getPatternVarValue()
686 [&](const UndefVarError &E) { in expectUndefErrors()