Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp1181 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument
1187 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseExpectedAttributeSubjectSubRule()
1194 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument
1200 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseUnknownAttributeSubjectSubRule()
1232 attr::SubjectMatchRule PrimaryRule = *Rule.first; in ParsePragmaAttributeSubjectMatchRuleSet() local
1236 if (isAbstractAttrMatcherRule(PrimaryRule)) { in ParsePragmaAttributeSubjectMatchRuleSet()
1242 std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc))) in ParsePragmaAttributeSubjectMatchRuleSet()
1255 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet()
1267 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet()
1274 diagnoseUnknownAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet()
[all …]