Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1037 SmallVector<attr::SubjectMatchRule, 2> ExtraRules; in ActOnPragmaAttributeAttribute() local
1039 ExtraRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1043 Diagnostic << attrMatcherRuleListToString(ExtraRules); in ActOnPragmaAttributeAttribute()