Home | History | Annotate | Download | only in Parse

Lines Matching refs:Error

71 /// If during the disambiguation process a parsing error is encountered,
112 // TPResult::Error.
133 // In case of an error, let the declaration parsing code handle it.
134 if (TPR == TPResult::Error)
160 return TPResult::Error;
163 return TPResult::Error;
187 return TPResult::Error;
191 return TPResult::Error;
194 return TPResult::Error;
201 return TPResult::Error;
205 return TPResult::Error;
232 if (TryConsumeDeclarationSpecifier() == TPResult::Error)
233 return TPResult::Error;
242 if (TPR == TPResult::True || TPR == TPResult::Error)
300 return TPResult::Error;
320 // issues the error regardless of outcome of this decision.
334 /// If during the disambiguation process a parsing error is encountered,
349 // TPResult::Error.
366 // In case of an error, let the declaration parsing code handle it.
367 if (TPR == TPResult::Error)
398 /// process a parsing error is encountered, the function returns
418 // TPResult::Error.
435 // In case of an error, let the declaration parsing code handle it.
436 if (TPR == TPResult::Error)
628 return TPResult::Error;
715 return TPResult::Error;
724 if (TPR == TPResult::Error)
728 return TPResult::Error;
731 if (TryConsumeDeclarationSpecifier() == TPResult::Error)
732 return TPResult::Error;
796 if (TryParsePtrOperatorSeq() == TPResult::Error)
797 return TPResult::Error;
814 if (TryParseOperatorId() == TPResult::Error)
815 return TPResult::Error;
1029 /// be either a decl-specifier or a function-style cast, and TPResult::Error
1030 /// if a parsing error was found and reported.
1036 /// parse error) should be treated as types. Returns TPResult::Ambiguous in
1150 // a parse error one way or another. In that case, tell the caller that
1156 return TPResult::Error;
1161 // argument is an error, and was probably intended to be a type.
1176 return TPResult::Error;
1192 return TPResult::Error;
1207 return TPResult::Error;
1310 return TPResult::Error;
1331 TPR == TPResult::True || TPR == TPResult::Error)
1332 return TPResult::Error;
1345 return TPResult::Error;
1350 // argument is an error, and was probably intended to be a type.
1400 if (TPR == TPResult::Error)
1401 return TPResult::Error;
1459 if (TPR == TPResult::Error)
1460 return TPResult::Error;
1547 return TPResult::Error;
1559 return TPResult::Error;
1573 return TPResult::Error;
1580 /// If during the disambiguation process a parsing error is encountered,
1626 // In case of an error, let the declaration parsing code handle it.
1691 if (TryConsumeDeclarationSpecifier() == TPResult::Error)
1692 return TPResult::Error;
1700 if (TPR == TPResult::Error)
1705 if (TryConsumeDeclarationSpecifier() == TPResult::Error)
1706 return TPResult::Error;
1739 return TPResult::Error;
1761 /// Error().
1777 if (TPR == TPResult::False || TPR == TPResult::Error)
1782 return TPResult::Error;
1796 return TPResult::Error;
1801 return TPResult::Error;
1810 return TPResult::Error;
1822 return TPResult::Error;