Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp946 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
948 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
956 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
964 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
970 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
972 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
985 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1022 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1023 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1029 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp179 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
180 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h644 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;