Searched refs:PrimaryRule (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1335 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule() argument 1341 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseExpectedAttributeSubjectSubRule() 1348 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule() argument 1354 if (const char *SubRules = validAttributeSubjectMatchSubRules(PrimaryRule)) in diagnoseUnknownAttributeSubjectSubRule() 1386 attr::SubjectMatchRule PrimaryRule = *Rule.first; in ParsePragmaAttributeSubjectMatchRuleSet() local 1390 if (isAbstractAttrMatcherRule(PrimaryRule)) { in ParsePragmaAttributeSubjectMatchRuleSet() 1396 std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc))) in ParsePragmaAttributeSubjectMatchRuleSet() 1409 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() 1421 diagnoseExpectedAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() 1428 diagnoseUnknownAttributeSubjectSubRule(*this, PrimaryRule, Name, in ParsePragmaAttributeSubjectMatchRuleSet() [all …]
|