Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1757 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anon993dbfce0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1767 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anon993dbfce0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1812 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
1844 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
1846 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
4028 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()