Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1823 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet() function in __anona61259f60311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1832 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet() function in __anona61259f60311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1915 RuleOrAggregateRuleSet::getAggregateRuleSet(Rules)) in PragmaClangAttributeSupport()
2027 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo()
4232 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes()