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.cpp926 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local
993 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
997 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1013 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
1026 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
1052 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1666 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument
1699 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1755 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
2025 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local
2027 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()
2050 SubjectMatchRules); in HandlePragmaAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h818 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,