Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1762 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet() function in __anon993dbfce0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1771 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet() function in __anon993dbfce0311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1853 RuleOrAggregateRuleSet::getAggregateRuleSet(Rules)) in PragmaClangAttributeSupport()
1940 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo()
4032 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes()