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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  801     case VisibilityAttr::Protected:
gen/tools/clang/include/clang/AST/Attrs.inc
14940       .Case("protected", VisibilityAttr::Protected)
14953     case VisibilityAttr::Protected: return "protected";
tools/clang/lib/AST/Decl.cpp
  213   case T::Protected:
tools/clang/lib/Sema/SemaDeclAttr.cpp
 2536   if (type == VisibilityAttr::Protected &&
tools/clang/tools/libclang/CIndex.cpp
 4639     case VisibilityAttr::VisibilityType::Protected: