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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86642   SWIG_Python_SetConstant(d, "eTypeClassStruct",SWIG_From_int(static_cast< int >(lldb::eTypeClassStruct)));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  291         add_type = (type_mask & eTypeClassStruct) != 0;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1598                  ((type_mask & (eTypeClassClass | eTypeClassStruct |
tools/lldb/source/Symbol/ClangASTContext.cpp
 4322       return lldb::eTypeClassStruct;
tools/lldb/source/Symbol/Type.cpp
  670     type_class = eTypeClassStruct;
tools/lldb/source/Symbol/Variable.cpp
  586       case eTypeClassStruct:
  665         case lldb::eTypeClassStruct: