Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1789 struct AttributeSubjectMatchRule { struct
1790 const Record *MetaSubject;
1791 const Record *Constraint;
1793 AttributeSubjectMatchRule(const Record *MetaSubject, const Record *Constraint) in AttributeSubjectMatchRule() argument
1798 bool isSubRule() const { return Constraint != nullptr; } in isSubRule()
1800 std::vector<Record *> getSubjects() const { in getSubjects()
1805 std::vector<Record *> getLangOpts() const { in getLangOpts()
1817 bool isAbstractRule() const { return getSubjects().empty(); } in isAbstractRule()
1819 StringRef getName() const { in getName()
1823 bool isNegatedSubRule() const { in isNegatedSubRule()
[all …]