HomeSort by: relevance | last modified time | path
    Searched refs:MatchRule (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 820 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first);
822 getParentAttrMatcherRule(MatchRule);
830 << attr::getSubjectMatchRuleSpelling(MatchRule)
838 if (isNegatedAttrMatcherSubRule(MatchRule))
844 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first);
846 getParentAttrMatcherRule(MatchRule);
859 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second
896 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first);
897 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) {
903 SubjectMatchRules.push_back(MatchRule);
    [all...]
ParsedAttr.cpp 171 attr::SubjectMatchRule MatchRule) const {
172 return checkAttributeMatchRuleAppliesTo(D, MatchRule);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 615 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;

Completed in 95 milliseconds