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.cpp943 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
945 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
953 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
961 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
967 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
969 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
982 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1019 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1020 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1026 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp169 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
170 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h525 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;