Searched refs:StrictRule (Results 1 – 1 of 1) sorted by relevance
1007 for (const auto &StrictRule : StrictSubjectMatchRuleSet) { in ActOnPragmaAttributeAttribute() local1009 if (Rules.erase(StrictRule.first)) { in ActOnPragmaAttributeAttribute()1012 if (StrictRule.second) in ActOnPragmaAttributeAttribute()1013 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()1022 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute() argument1023 return StrictRule.first == *ParentRule && in ActOnPragmaAttributeAttribute()1024 StrictRule.second; // IsEnabled in ActOnPragmaAttributeAttribute()