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

Declarations

tools/lldb/include/lldb/Symbol/Function.h
  492   CompilerType GetCompilerType();

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
  107     function_clang_type = m_function_ptr->GetCompilerType();
tools/lldb/source/Target/StackFrame.cpp
 1603         CompilerType function_type = sc.function->GetCompilerType();
tools/lldb/source/Target/Thread.cpp
 1672             sc.function->GetCompilerType().GetFunctionReturnType();
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  493         m_immediate_step_from_function->GetCompilerType()