Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1623 enum class MissingAttributeSubjectRulesRecoveryPoint { enum
1631 MissingAttributeSubjectRulesRecoveryPoint
1635 return MissingAttributeSubjectRulesRecoveryPoint::ApplyTo; in getAttributeSubjectRulesRecoveryPointForToken()
1637 return MissingAttributeSubjectRulesRecoveryPoint::Any; in getAttributeSubjectRulesRecoveryPointForToken()
1640 return MissingAttributeSubjectRulesRecoveryPoint::Equals; in getAttributeSubjectRulesRecoveryPointForToken()
1641 return MissingAttributeSubjectRulesRecoveryPoint::None; in getAttributeSubjectRulesRecoveryPointForToken()
1655 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic()
1657 if (Point == MissingAttributeSubjectRulesRecoveryPoint::Comma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1662 if (Point <= MissingAttributeSubjectRulesRecoveryPoint::Equals && in createExpectedAttributeSubjectRulesTokenDiagnostic()
1838 MissingAttributeSubjectRulesRecoveryPoint::Comma, *this) in HandlePragmaAttribute()
[all …]