Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1877 const AttributeSubjectMatchRule &getRule() const { in getRule() function in __anone86b54960311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1887 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() function in __anone86b54960311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1948 .try_emplace(Subject, RuleOrAggregateRuleSet::getRule( in PragmaClangAttributeSupport()
1981 if (!It->second.isRule() || It->second.getRule().isSubRule()) in PragmaClangAttributeSupport()
1983 Rules.push_back(It->second.getRule()); in PragmaClangAttributeSupport()
4829 OS << RuleSet.getRule().getEnumValueName(); in EmitTestPragmaAttributeSupportedAttributes()