Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp699 RulesToFirstSpecifiedNegatedSubRule; in ActOnPragmaAttributeAttribute() local
720 RulesToFirstSpecifiedNegatedSubRule.insert( in ActOnPragmaAttributeAttribute()
730 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()
731 if (It != RulesToFirstSpecifiedNegatedSubRule.end() && in ActOnPragmaAttributeAttribute()
745 RulesToFirstSpecifiedNegatedSubRule.erase(It); in ActOnPragmaAttributeAttribute()