Home
last modified time | relevance | path

Searched refs:MissingAttributeSubjectRulesRecoveryPoint (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1770 enum class MissingAttributeSubjectRulesRecoveryPoint { enum
1778 MissingAttributeSubjectRulesRecoveryPoint
1782 return MissingAttributeSubjectRulesRecoveryPoint::ApplyTo; in getAttributeSubjectRulesRecoveryPointForToken()
1784 return MissingAttributeSubjectRulesRecoveryPoint::Any; in getAttributeSubjectRulesRecoveryPointForToken()
1787 return MissingAttributeSubjectRulesRecoveryPoint::Equals; in getAttributeSubjectRulesRecoveryPointForToken()
1788 return MissingAttributeSubjectRulesRecoveryPoint::None; in getAttributeSubjectRulesRecoveryPointForToken()
1796 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
1802 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic()
1804 if (Point == MissingAttributeSubjectRulesRecoveryPoint::Comma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1806 if (Point <= MissingAttributeSubjectRulesRecoveryPoint::ApplyTo && in createExpectedAttributeSubjectRulesTokenDiagnostic()
[all …]