Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2035 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet() function in __anone44e3aff0411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2044 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet() function in __anone44e3aff0411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
2143 RuleOrAggregateRuleSet::getAggregateRuleSet(Rules)) in PragmaClangAttributeSupport()
2271 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo()
5291 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes()