Searched refs:StrictRule (Results 1 – 1 of 1) sorted by relevance
1010 for (const auto &StrictRule : StrictSubjectMatchRuleSet) { in ActOnPragmaAttributeAttribute() local1012 if (Rules.erase(StrictRule.first)) { in ActOnPragmaAttributeAttribute()1015 if (StrictRule.second) in ActOnPragmaAttributeAttribute()1016 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()1025 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute() argument1026 return StrictRule.first == *ParentRule && in ActOnPragmaAttributeAttribute()1027 StrictRule.second; // IsEnabled in ActOnPragmaAttributeAttribute()