Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1882 ArrayRef<AttributeSubjectMatchRule> getAggregateRuleSet() const { in getAggregateRuleSet() function in __anone86b54960311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1891 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet() function in __anone86b54960311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1990 RuleOrAggregateRuleSet::getAggregateRuleSet(Rules)) in PragmaClangAttributeSupport()
2106 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo()
4833 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes()