Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp1013 for (const auto &StrictRule : StrictSubjectMatchRuleSet) { in ActOnPragmaAttributeAttribute() local
1015 if (Rules.erase(StrictRule.first)) { in ActOnPragmaAttributeAttribute()
1018 if (StrictRule.second) in ActOnPragmaAttributeAttribute()
1019 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
1028 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute() argument
1029 return StrictRule.first == *ParentRule && in ActOnPragmaAttributeAttribute()
1030 StrictRule.second; // IsEnabled in ActOnPragmaAttributeAttribute()