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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86644   SWIG_Python_SetConstant(d, "eTypeClassUnion",SWIG_From_int(static_cast< int >(lldb::eTypeClassUnion)));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  294         add_type = (type_mask & eTypeClassUnion) != 0;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1599                                 eTypeClassUnion)) != 0));
tools/lldb/source/Symbol/ClangASTContext.cpp
 4320       return lldb::eTypeClassUnion;
tools/lldb/source/Symbol/Type.cpp
  674     type_class = eTypeClassUnion;
tools/lldb/source/Symbol/Variable.cpp
  587       case eTypeClassUnion:
  664         case lldb::eTypeClassUnion: