Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1866 bool isSubRule() const { return Constraint != nullptr; } in isSubRule() function
1892 assert(isSubRule() && "Not a sub-rule"); in isNegatedSubRule()
1898 if (isSubRule()) { in getSpelling()
1914 if (isSubRule()) { in getEnumValueName()
2049 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2080 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
2083 if (Rule.isSubRule()) in emitMatchRuleList()
2196 if (!Rule.isSubRule()) in generateParsingHelpers()
2235 if (Rule.isSubRule()) in generateParsingHelpers()