Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1798 bool isSubRule() const { return Constraint != nullptr; } in isSubRule() function
1824 assert(isSubRule() && "Not a sub-rule"); in isNegatedSubRule()
1830 if (isSubRule()) { in getSpelling()
1846 if (isSubRule()) { in getEnumValueName()
1981 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2012 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
2015 if (Rule.isSubRule()) in emitMatchRuleList()
2128 if (!Rule.isSubRule()) in generateParsingHelpers()
2167 if (Rule.isSubRule()) in generateParsingHelpers()