Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2030 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anone44e3aff0411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2040 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anone44e3aff0411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2101 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
2134 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2136 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
5287 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()