Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp932 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local
999 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1003 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1019 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
1032 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
1058 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp1513 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument
1546 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1602 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1870 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local
1872 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()
1895 SubjectMatchRules); in HandlePragmaAttribute()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h788 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,