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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1947   case DINode::FlagProtected: return MemberAccess::Protected;
lib/DebugInfo/CodeView/EnumTables.cpp
  321     CV_ENUM_CLASS_ENT(MemberAccess, Protected),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   48     ENUM_ENTRY(MemberAccess, Protected), ENUM_ENTRY(MemberAccess, Public),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  298   IO.enumCase(Access, "Protected", MemberAccess::Protected);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  411   case MemberAccess::Protected:
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  145     RETURN_CASE(MemberAccess, Protected, "protected");
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  270                      MemberAccess::Protected,