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

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp27 CompilerType CompilerDecl::GetFunctionReturnType() const { function in class:CompilerDecl
H A DCompilerType.cpp620 CompilerType CompilerType::GetFunctionReturnType() const { function in class:CompilerType
623 return type_system_sp->GetFunctionReturnType(m_type);
H A DType.cpp1238 return m_type.GetFunctionReturnType();
1239 return m_decl.GetFunctionReturnType();
/freebsd-current/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-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i622 ) lldb::SBType::GetFunctionReturnType;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h195 lldb::SBType GetFunctionReturnType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp283 lldb::SBType SBType::GetFunctionReturnType() { function in class:SBType
288 m_opaque_sp->GetCompilerType(true).GetFunctionReturnType());
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp513 .GetFunctionReturnType();
H A DStackFrame.cpp1595 CompilerType return_type = function_type.GetFunctionReturnType();
H A DThread.cpp1481 sc.function->GetCompilerType().GetFunctionReturnType();
/freebsd-current/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) { function in class:TypeSystemClang
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 494 milliseconds