Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1678 bool isSubRule() const { return Constraint != nullptr; } in isSubRule() function
1704 assert(isSubRule() && "Not a sub-rule"); in isNegatedSubRule()
1710 if (isSubRule()) { in getSpelling()
1726 if (isSubRule()) { in getEnumValueName()
1844 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
1875 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
1878 if (Rule.isSubRule()) in emitMatchRuleList()
1974 if (!Rule.isSubRule()) in generateParsingHelpers()
2012 if (Rule.isSubRule()) in generateParsingHelpers()