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.cpp1786 enum class MissingAttributeSubjectRulesRecoveryPoint { enum
1794 MissingAttributeSubjectRulesRecoveryPoint
1798 return MissingAttributeSubjectRulesRecoveryPoint::ApplyTo; in getAttributeSubjectRulesRecoveryPointForToken()
1800 return MissingAttributeSubjectRulesRecoveryPoint::Any; in getAttributeSubjectRulesRecoveryPointForToken()
1803 return MissingAttributeSubjectRulesRecoveryPoint::Equals; in getAttributeSubjectRulesRecoveryPointForToken()
1804 return MissingAttributeSubjectRulesRecoveryPoint::None; in getAttributeSubjectRulesRecoveryPointForToken()
1812 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
1818 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic()
1820 if (Point == MissingAttributeSubjectRulesRecoveryPoint::Comma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1822 if (Point <= MissingAttributeSubjectRulesRecoveryPoint::ApplyTo && in createExpectedAttributeSubjectRulesTokenDiagnostic()
[all …]