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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1821 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { function in class:__anon2434::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1830 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { function in class:__anon2434::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1913 RuleOrAggregateRuleSet::getAggregateRuleSet(Rules))
2025 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) {
4226 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) {

Completed in 120 milliseconds