Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1040 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
1042 if (!ParentRule) in ActOnPragmaAttributeAttribute()
1044 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()
1050 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()
1059 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
1064 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
1066 if (!ParentRule) in ActOnPragmaAttributeAttribute()
1068 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
1116 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute() local
1118 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute()
[all …]