Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp820 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
822 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
830 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
838 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
844 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
846 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
859 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
896 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
897 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
903 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp171 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
172 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h615 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;