Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp702 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
704 if (!ParentRule) in ActOnPragmaAttributeAttribute()
706 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()
712 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()
721 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
726 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local
728 if (!ParentRule) in ActOnPragmaAttributeAttribute()
730 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()