Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1945 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anon981586b50411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1955 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anon981586b50411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2016 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
2049 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2051 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
5137 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()