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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  134   bool IsTypedefType() const;

References

tools/lldb/source/API/SBType.cpp
  262   return m_opaque_sp->GetCompilerType(true).IsTypedefType();
tools/lldb/source/DataFormatters/FormatManager.cpp
  210     if (non_ref_type.IsTypedefType()) {
  230     if (non_ptr_type.IsTypedefType()) {
  254   if (compiler_type.IsTypedefType()) {
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  927       if (candidate.IsTypedefType())
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  991       if (candidate.IsTypedefType())