Home
last modified time | relevance | path

Searched refs:SubjectMatchRule (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp746 Optional<attr::SubjectMatchRule>
747 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule()
760 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule()
786 attrMatcherRuleListToString(ArrayRef<attr::SubjectMatchRule> Rules) { in attrMatcherRuleListToString()
803 SmallVector<attr::SubjectMatchRule, 4> SubjectMatchRules; in ActOnPragmaAttributeAttribute()
805 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> in ActOnPragmaAttributeAttribute()
820 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute()
821 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute()
844 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute()
845 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute()
[all …]
H A DParsedAttr.cpp171 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()
177 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrSubjectMatchRules.h19 enum SubjectMatchRule { enum
24 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp28 const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) { in getSubjectMatchRuleSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h111 llvm::SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &Rules, in getPragmaAttributeMatchRules()
615 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;
617 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>>
H A DSema.h732 SmallVector<attr::SubjectMatchRule, 4> MatchRules;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1322 static bool isAbstractAttrMatcherRule(attr::SubjectMatchRule Rule) { in isAbstractAttrMatcherRule()
1335 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseExpectedAttributeSubjectSubRule()
1348 Parser &PRef, attr::SubjectMatchRule PrimaryRule, StringRef PrimaryRuleName, in diagnoseUnknownAttributeSubjectSubRule()
1379 std::pair<Optional<attr::SubjectMatchRule>, in ParsePragmaAttributeSubjectMatchRuleSet()
1380 Optional<attr::SubjectMatchRule> (*)(StringRef, bool)> in ParsePragmaAttributeSubjectMatchRuleSet()
1386 attr::SubjectMatchRule PrimaryRule = *Rule.first; in ParsePragmaAttributeSubjectMatchRuleSet()
1413 attr::SubjectMatchRule SubRule; in ParsePragmaAttributeSubjectMatchRuleSet()
1516 SmallVector<std::pair<attr::SubjectMatchRule, bool>, 4> SubjectMatchRuleSet; in createExpectedAttributeSubjectRulesTokenDiagnostic()