reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/AttrSubjectMatchRules.h
   24 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);

References

tools/clang/lib/Parse/ParsePragma.cpp
 1302           << attr::getSubjectMatchRuleSpelling(SubRule)
 1382       FixIt += attr::getSubjectMatchRuleSpelling(I.first);
tools/clang/lib/Sema/SemaAttr.cpp
  646     OS << "'" << attr::getSubjectMatchRuleSpelling(I.value()) << "'";
  684             << attr::getSubjectMatchRuleSpelling(MatchRule)
  685             << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second
  711             << attr::getSubjectMatchRuleSpelling(
  713             << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second