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 __anon2c36a7b20111::ParseError
108 std::string ParseError; in createInternal() local
132 static bool ParseError(const char *Err, const std::string &Line) { in ParseError() function
1800 bool &ParseError, SMLoc &End) { in ParseIntelNamedOperator()1842 bool &ParseError, SMLoc &End) { in ParseMasmNamedOperator()2014 bool ParseError = false; in ParseIntelExpression() local
702 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset() local
878 ParseError(const char *Msg, unsigned Line, unsigned Column, unsigned Offset) in ParseError() function
1901 std::move(E), [&](const SymbolRemappingParseError &ParseError) { in create()
35 enum class ParseError { enum
107 bool ParseError = false; member
106 bool ParseError = false; member