Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1103 for (const auto &StrictRule : StrictSubjectMatchRuleSet) { in ActOnPragmaAttributeAttribute() local
1105 if (Rules.erase(StrictRule.first)) { in ActOnPragmaAttributeAttribute()
1108 if (StrictRule.second) in ActOnPragmaAttributeAttribute()
1109 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
1118 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute() argument
1119 return StrictRule.first == *ParentRule && in ActOnPragmaAttributeAttribute()
1120 StrictRule.second; // IsEnabled in ActOnPragmaAttributeAttribute()