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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  188   CompilerType GetFunctionReturnType() const;

References

tools/lldb/source/API/SBType.cpp
  278         m_opaque_sp->GetCompilerType(true).GetFunctionReturnType());
tools/lldb/source/Symbol/Type.cpp
 1080     return m_type.GetFunctionReturnType();
tools/lldb/source/Target/StackFrame.cpp
 1607         CompilerType return_type = function_type.GetFunctionReturnType();
tools/lldb/source/Target/Thread.cpp
 1672             sc.function->GetCompilerType().GetFunctionReturnType();
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  494             .GetFunctionReturnType();