Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1943 struct AttributeSubjectMatchRule { struct
1944 const Record *MetaSubject;
1945 const Record *Constraint;
1947 AttributeSubjectMatchRule(const Record *MetaSubject, const Record *Constraint) in AttributeSubjectMatchRule() function
1952 bool isSubRule() const { return Constraint != nullptr; } in isSubRule()
1954 std::vector<const Record *> getSubjects() const { in getSubjects()
1959 std::vector<const Record *> getLangOpts() const { in getLangOpts()
1972 bool isAbstractRule() const { return getSubjects().empty(); } in isAbstractRule()
1974 StringRef getName() const { in getName()
1978 bool isNegatedSubRule() const { in isNegatedSubRule()
[all …]