Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp944 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
946 if (!ParentRule) in ActOnPragmaAttributeAttribute()
948 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()
954 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()
963 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
968 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
970 if (!ParentRule) in ActOnPragmaAttributeAttribute()
972 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
1020 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute() local
1022 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute()
[all …]