Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1022 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local
1089 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1093 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1109 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
1122 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
1148 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1660 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument
1693 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1749 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
2020 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local
2022 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()
2045 SubjectMatchRules); in HandlePragmaAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7158 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,