Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1798 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anon90ed3bca0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1808 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anon90ed3bca0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1869 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
1902 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
1904 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
4467 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()