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.cpp2032 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anone44e3aff0411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2042 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anone44e3aff0411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2100 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
2132 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
2134 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
5492 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()