Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1789 struct AttributeSubjectMatchRule { struct
1793 AttributeSubjectMatchRule(const Record *MetaSubject, const Record *Constraint) in AttributeSubjectMatchRule() function
1862 const char *AttributeSubjectMatchRule::EnumName = "attr::SubjectMatchRule";
1865 std::vector<AttributeSubjectMatchRule> Rules;
1868 std::vector<AttributeSubjectMatchRule> Rules;
1870 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules, in RuleOrAggregateRuleSet()
1877 const AttributeSubjectMatchRule &getRule() const { in getRule()
1882 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet()
1887 getRule(const AttributeSubjectMatchRule &Rule) { in getRule()
1891 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet()
[all …]