Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1951 bool isSubRule() const { return Constraint != nullptr; } in isSubRule() function
1977 assert(isSubRule() && "Not a sub-rule"); in isNegatedSubRule()
1983 if (isSubRule()) { in getSpelling()
1999 if (isSubRule()) { in getEnumValueName()
2134 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2165 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
2168 if (Rule.isSubRule()) in emitMatchRuleList()
2293 if (!Rule.isSubRule()) in generateParsingHelpers()
2332 if (Rule.isSubRule()) in generateParsingHelpers()