Lines Matching refs:Err
27 class Err {
41 std::vector<Err> sub_errs;
48 Err() = default;
51 Err(const Location& location,
56 Err(const LocationRange& range,
61 Err(const Token& token,
66 Err(const ParseNode* node,
71 Err(const Value& value,
75 Err(const Err& other);
76 Err(Err&& other) = default;
78 Err& operator=(const Err&);
79 Err& operator=(Err&&) = default;
95 void AppendSubErr(const Err& err);