Searched defs:ParseError (Results 1 – 10 of 10) sorted by relevance
59 class ParseError : public llvm::ErrorInfo<ParseError> { class64 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError() function in __anon28198e1b0111::ParseError
105 std::string ParseError; createInternal() local
132 static bool ParseError(const char *Err, const std::string &Line) { in ParseError() function
1809 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator()1851 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator()2020 bool ParseError = false; in ParseIntelExpression() local
714 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
901 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
1873 std::move(E), [&](const SymbolRemappingParseError &ParseError) { in create()
35 enum class ParseError { enum
108 bool ParseError = false; member
106 bool ParseError = false; member