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.cpp923 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local
990 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
994 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
1010 SubjectMatchRules.push_back(StrictRule.first); in ActOnPragmaAttributeAttribute()
1023 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
1049 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1676 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument
1709 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1765 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
2036 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local
2038 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()
2061 SubjectMatchRules); in HandlePragmaAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h852 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,