Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1677 enum class MissingAttributeSubjectRulesRecoveryPoint { enum
1685 MissingAttributeSubjectRulesRecoveryPoint
1689 return MissingAttributeSubjectRulesRecoveryPoint::ApplyTo; in getAttributeSubjectRulesRecoveryPointForToken()
1691 return MissingAttributeSubjectRulesRecoveryPoint::Any; in getAttributeSubjectRulesRecoveryPointForToken()
1694 return MissingAttributeSubjectRulesRecoveryPoint::Equals; in getAttributeSubjectRulesRecoveryPointForToken()
1695 return MissingAttributeSubjectRulesRecoveryPoint::None; in getAttributeSubjectRulesRecoveryPointForToken()
1703 MissingAttributeSubjectRulesRecoveryPoint Point, Parser &PRef) { in createExpectedAttributeSubjectRulesTokenDiagnostic()
1709 MissingAttributeSubjectRulesRecoveryPoint EndPoint = in createExpectedAttributeSubjectRulesTokenDiagnostic()
1711 if (Point == MissingAttributeSubjectRulesRecoveryPoint::Comma) in createExpectedAttributeSubjectRulesTokenDiagnostic()
1713 if (Point <= MissingAttributeSubjectRulesRecoveryPoint::ApplyTo && in createExpectedAttributeSubjectRulesTokenDiagnostic()
[all …]