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

References

tools/clang/lib/Format/FormatToken.h
  368     return isOneOf(tok::kw_public, tok::kw_protected, tok::kw_private) &&
  930     case tok::kw_protected:
tools/clang/lib/Format/TokenAnnotator.cpp
  394     if (AttrTok->isOneOf(tok::kw_public, tok::kw_private, tok::kw_protected,
 2853                       tok::kw_protected) ||
 3280             tok::kw_static, tok::kw_public, tok::kw_private, tok::kw_protected,
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1005   case tok::kw_protected:
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2152   case tok::kw_protected: return AS_protected;
 3102   case tok::kw_protected: {
 3272         case tok::kw_protected:
tools/clang/lib/Parse/ParseExprCXX.cpp
  429         if (Next2.is(tok::kw_private) || Next2.is(tok::kw_protected) ||
tools/clang/lib/Parse/ParseObjc.cpp
 1069   case tok::kw_protected: