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

References

tools/lldb/source/API/SBTypeNameSpecifier.cpp
   35   LLDB_RECORD_CONSTRUCTOR(SBTypeNameSpecifier, (lldb::SBType), type);
   37   if (type.IsValid())
   39         new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true)));