Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1822 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anon2ca3fa2f0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1832 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anon2ca3fa2f0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1893 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
1926 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
1928 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
4770 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()