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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86634   SWIG_Python_SetConstant(d, "eTypeClassEnumeration",SWIG_From_int(static_cast< int >(lldb::eTypeClassEnumeration)));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  297         add_type = (type_mask & eTypeClassEnumeration) != 0;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1581     can_parse = ((type_mask & eTypeClassEnumeration) != 0);
tools/lldb/source/Symbol/ClangASTContext.cpp
 4327     return lldb::eTypeClassEnumeration;
tools/lldb/source/Symbol/Type.cpp
  676     type_class = eTypeClassEnumeration;
tools/lldb/source/Symbol/Variable.cpp
  576       case eTypeClassEnumeration: