Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1719 bool isSubRule() const { return Constraint != nullptr; } in isSubRule() function
1745 assert(isSubRule() && "Not a sub-rule"); in isNegatedSubRule()
1751 if (isSubRule()) { in getSpelling()
1767 if (isSubRule()) { in getEnumValueName()
1902 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
1933 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
1936 if (Rule.isSubRule()) in emitMatchRuleList()
2049 if (!Rule.isSubRule()) in generateParsingHelpers()
2087 if (Rule.isSubRule()) in generateParsingHelpers()