Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp684 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute() local
751 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
755 SubjectMatchRules.push_back(attr::SubjectMatchRule(Rule.first)); in ActOnPragmaAttributeAttribute()
765 SubjectMatchRules.push_back(Rule.first); in ActOnPragmaAttributeAttribute()
789 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false}); in ActOnPragmaAttributeAttribute()
/external/llvm-project/clang/lib/Parse/
DParsePragma.cpp1285 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules, SourceLocation &AnyLoc, in ParsePragmaAttributeSubjectMatchRuleSet() argument
1318 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1374 if (!SubjectMatchRules in ParsePragmaAttributeSubjectMatchRuleSet()
1624 attr::ParsedSubjectMatchRuleSet SubjectMatchRules; in HandlePragmaAttribute() local
1626 if (ParsePragmaAttributeSubjectMatchRuleSet(SubjectMatchRules, AnyLoc, in HandlePragmaAttribute()
1648 std::move(SubjectMatchRules)); in HandlePragmaAttribute()
/external/llvm-project/clang/include/clang/Parse/
DParser.h769 attr::ParsedSubjectMatchRuleSet &SubjectMatchRules,