Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1803 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet() function in __anonbee6f2b30311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1812 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet() function in __anonbee6f2b30311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1911 RuleOrAggregateRuleSet::getAggregateRuleSet(Rules)) in PragmaClangAttributeSupport()
2027 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo()
4471 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes()