Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp941 RulesToFirstSpecifiedNegatedSubRule; in ActOnPragmaAttributeAttribute() local
962 RulesToFirstSpecifiedNegatedSubRule.insert( in ActOnPragmaAttributeAttribute()
972 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
973 if (It != RulesToFirstSpecifiedNegatedSubRule.end() && in ActOnPragmaAttributeAttribute()
987 RulesToFirstSpecifiedNegatedSubRule.erase(It); in ActOnPragmaAttributeAttribute()