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

References

tools/lldb/include/lldb/Symbol/Type.h
  135   bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; }
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  504       encoding_data_type = Type::eEncodingIsTypedefUID;
  518                         encoding_data_type == Type::eEncodingIsTypedefUID)) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1387       nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID,
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  583         lldb_private::Type::eEncodingIsTypedefUID, decl, ast_typedef,
tools/lldb/source/Symbol/Type.cpp
  217     case eEncodingIsTypedefUID:
  275     case eEncodingIsTypedefUID:
  347   case eEncodingIsTypedefUID: {
  495       case eEncodingIsTypedefUID:
  549         case eEncodingIsTypedefUID: