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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86643   SWIG_Python_SetConstant(d, "eTypeClassTypedef",SWIG_From_int(static_cast< int >(lldb::eTypeClassTypedef)));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  312         add_type = (type_mask & eTypeClassTypedef) != 0;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1592     can_parse = ((type_mask & eTypeClassTypedef) != 0);
tools/lldb/source/Symbol/ClangASTContext.cpp
 4329     return lldb::eTypeClassTypedef;
tools/lldb/source/Symbol/Type.cpp
  678     type_class = eTypeClassTypedef;
tools/lldb/source/Symbol/Variable.cpp
  580       case eTypeClassTypedef: