Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp940 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
942 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
950 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
958 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
964 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
966 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
979 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1016 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1017 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1023 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp175 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
176 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h545 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;