Lines Matching refs:Suggestion
164 std::string &Suggestion);
3424 AArch64AsmParser::parseCondCodeString(StringRef Cond, std::string &Suggestion) { in parseCondCodeString() argument
3461 Suggestion = "nfrst"; in parseCondCodeString()
3474 std::string Suggestion; in parseCondCode() local
3475 AArch64CC::CondCode CC = parseCondCodeString(Cond, Suggestion); in parseCondCode()
3478 if (!Suggestion.empty()) in parseCondCode()
3479 Msg += ", did you mean " + Suggestion + "?"; in parseCondCode()
5148 std::string Suggestion; in ParseInstruction() local
5149 AArch64CC::CondCode CC = parseCondCodeString(Head, Suggestion); in ParseInstruction()
5152 if (!Suggestion.empty()) in ParseInstruction()
5153 Msg += ", did you mean " + Suggestion + "?"; in ParseInstruction()
5993 std::string Suggestion = AArch64MnemonicSpellCheck( in showMatchError() local
5996 return Error(Loc, "unrecognized instruction mnemonic" + Suggestion); in showMatchError()