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

Declarations

tools/lldb/include/lldb/Symbol/Function.h
  483   Type *GetType();

References

tools/lldb/source/API/SBFunction.cpp
  108     Type *func_type = m_opaque_ptr->GetType();
  212     Type *function_type = m_opaque_ptr->GetType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1301               function->GetType()->GetFullCompilerType();
 1905     Type *function_type = function->GetType();
tools/lldb/source/Symbol/Block.cpp
  335       Type *func_type = function->GetType();
tools/lldb/source/Symbol/Function.cpp
  209   GetType();
  479   Type *function_type = GetType();
tools/lldb/source/Symbol/SymbolContext.cpp
  220     Type *func_type = function->GetType();
  338     *s << " {0x" << function->GetID() << "} " << function->GetType()->GetName()
  344     Type *func_type = function->GetType();
tools/lldb/source/Target/Thread.cpp
 1669       Type *function_type = sc.function->GetType();