Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp947 RulesToFirstSpecifiedNegatedSubRule; in ActOnPragmaAttributeAttribute() local
968 RulesToFirstSpecifiedNegatedSubRule.insert( in ActOnPragmaAttributeAttribute()
978 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
979 if (It != RulesToFirstSpecifiedNegatedSubRule.end() && in ActOnPragmaAttributeAttribute()
993 RulesToFirstSpecifiedNegatedSubRule.erase(It); in ActOnPragmaAttributeAttribute()