Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp884 for (const auto &StrictRule : StrictSubjectMatchRuleSet) { in ActOnPragmaAttributeAttribute() local
886 if (Rules.erase(StrictRule.first)) { in ActOnPragmaAttributeAttribute()
889 if (StrictRule.second) in ActOnPragmaAttributeAttribute()
890 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
899 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute() argument
900 return StrictRule.first == *ParentRule && in ActOnPragmaAttributeAttribute()
901 StrictRule.second; // IsEnabled in ActOnPragmaAttributeAttribute()