Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp821 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
823 if (!ParentRule) in ActOnPragmaAttributeAttribute()
825 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()
831 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()
840 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
845 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
847 if (!ParentRule) in ActOnPragmaAttributeAttribute()
849 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
897 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute() local
899 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute()
[all …]