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.cpp1952 bool isSubRule() const { return Constraint != nullptr; } in isSubRule() function
1979 assert(isSubRule() && "Not a sub-rule"); in isNegatedSubRule()
1985 if (isSubRule()) { in getSpelling()
2001 if (isSubRule()) { in getEnumValueName()
2132 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2163 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
2166 if (Rule.isSubRule()) in emitMatchRuleList()
2289 if (!Rule.isSubRule()) in generateParsingHelpers()
2328 if (Rule.isSubRule()) in generateParsingHelpers()