Searched refs:PrimaryRule (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1650 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument 1656 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseExpectedAttributeSubjectSubRule() 1663 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument 1669 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseUnknownAttributeSubjectSubRule() 1701 attr::SubjectMatchRule PrimaryRule = *Rule.first; in ParsePragmaAttributeSubjectMatchRuleSet() local 1705 if (isAbstractAttrMatcherRule(PrimaryRule)) { in ParsePragmaAttributeSubjectMatchRuleSet() 1711 std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc))) in ParsePragmaAttributeSubjectMatchRuleSet() 1724 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() 1736 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() 1743 diagnoseUnknownAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() [all …]
|