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.cpp1039 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1041 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
1049 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
1057 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
1063 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1065 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
1078 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1115 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1116 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1122 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp165 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
166 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h528 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;