Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1710 struct AttributeSubjectMatchRule { struct
1714 AttributeSubjectMatchRule(const Record *MetaSubject, const Record *Constraint) in AttributeSubjectMatchRule() argument
1783 const char *AttributeSubjectMatchRule::EnumName = "attr::SubjectMatchRule";
1786 std::vector<AttributeSubjectMatchRule> Rules;
1789 std::vector<AttributeSubjectMatchRule> Rules;
1791 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules, in RuleOrAggregateRuleSet()
1798 const AttributeSubjectMatchRule &getRule() const { in getRule()
1803 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet()
1808 getRule(const AttributeSubjectMatchRule &Rule) { in getRule()
1812 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet()
[all …]