Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1640 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument
1646 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseExpectedAttributeSubjectSubRule()
1653 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument
1659 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseUnknownAttributeSubjectSubRule()
1691 attr::SubjectMatchRule PrimaryRule = *Rule.first; in ParsePragmaAttributeSubjectMatchRuleSet() local
1695 if (isAbstractAttrMatcherRule(PrimaryRule)) { in ParsePragmaAttributeSubjectMatchRuleSet()
1701 std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc))) in ParsePragmaAttributeSubjectMatchRuleSet()
1714 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet()
1726 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet()
1733 diagnoseUnknownAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet()
[all …]