Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1942 struct AttributeSubjectMatchRule { struct
1946 AttributeSubjectMatchRule(const Record *MetaSubject, const Record *Constraint) in AttributeSubjectMatchRule() function
2015 const char *AttributeSubjectMatchRule::EnumName = "attr::SubjectMatchRule";
2018 std::vector<AttributeSubjectMatchRule> Rules;
2021 std::vector<AttributeSubjectMatchRule> Rules;
2023 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules, in RuleOrAggregateRuleSet()
2030 const AttributeSubjectMatchRule &getRule() const { in getRule()
2035 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet()
2040 getRule(const AttributeSubjectMatchRule &Rule) { in getRule()
2044 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet()
[all …]