Searched refs:PrimaryRule (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1487 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument 1493 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseExpectedAttributeSubjectSubRule() 1500 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument 1506 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseUnknownAttributeSubjectSubRule() 1538 attr::SubjectMatchRule PrimaryRule = *Rule.first; in ParsePragmaAttributeSubjectMatchRuleSet() local 1542 if (isAbstractAttrMatcherRule(PrimaryRule)) { in ParsePragmaAttributeSubjectMatchRuleSet() 1548 std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc))) in ParsePragmaAttributeSubjectMatchRuleSet() 1561 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() 1573 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() 1580 diagnoseUnknownAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() [all …]
|