Home
last modified time | relevance | path

Searched refs:GetFunctionReturnType (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp27 CompilerType CompilerDecl::GetFunctionReturnType() const { in GetFunctionReturnType() function in CompilerDecl
H A DCompilerType.cpp620 CompilerType CompilerType::GetFunctionReturnType() const { in GetFunctionReturnType() function in CompilerType
623 return type_system_sp->GetFunctionReturnType(m_type); in GetFunctionReturnType()
H A DType.cpp1238 return m_type.GetFunctionReturnType(); in GetReturnType()
1239 return m_decl.GetFunctionReturnType(); in GetReturnType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h77 CompilerType GetFunctionReturnType() const;
H A DCompilerType.h311 CompilerType GetFunctionReturnType() const;
H A DTypeSystem.h258 GetFunctionReturnType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i622 ) lldb::SBType::GetFunctionReturnType;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h195 lldb::SBType GetFunctionReturnType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp283 lldb::SBType SBType::GetFunctionReturnType() { in GetFunctionReturnType() function in SBType
288 m_opaque_sp->GetCompilerType(true).GetFunctionReturnType()); in GetFunctionReturnType()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp513 .GetFunctionReturnType(); in CalculateReturnValue()
H A DStackFrame.cpp1595 CompilerType return_type = function_type.GetFunctionReturnType(); in DoGuessValueAt()
H A DThread.cpp1481 sc.function->GetCompilerType().GetFunctionReturnType(); in ReturnFromFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h769 GetFunctionReturnType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4306 TypeSystemClang::GetFunctionReturnType(lldb::opaque_compiler_type_t type) { in GetFunctionReturnType() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65935 result = (arg1)->GetFunctionReturnType(); in _wrap_SBType_GetFunctionReturnType()