Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp541 RulesToFirstSpecifiedNegatedSubRule; in ActOnPragmaAttributeAttribute() local
562 RulesToFirstSpecifiedNegatedSubRule.insert( in ActOnPragmaAttributeAttribute()
572 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
573 if (It != RulesToFirstSpecifiedNegatedSubRule.end() && in ActOnPragmaAttributeAttribute()
587 RulesToFirstSpecifiedNegatedSubRule.erase(It); in ActOnPragmaAttributeAttribute()