Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp818 RulesToFirstSpecifiedNegatedSubRule; in ActOnPragmaAttributeAttribute() local
839 RulesToFirstSpecifiedNegatedSubRule.insert( in ActOnPragmaAttributeAttribute()
849 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
850 if (It != RulesToFirstSpecifiedNegatedSubRule.end() && in ActOnPragmaAttributeAttribute()
864 RulesToFirstSpecifiedNegatedSubRule.erase(It); in ActOnPragmaAttributeAttribute()