Home
last modified time | relevance | path

Searched refs:DeclGetFunctionReturnType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp28 return m_type_system->DeclGetFunctionReturnType(m_opaque_decl); in GetFunctionReturnType()
H A DTypeSystem.cpp163 CompilerType TypeSystem::DeclGetFunctionReturnType(void *opaque_decl) { in DeclGetFunctionReturnType() function in TypeSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h102 virtual CompilerType DeclGetFunctionReturnType(void *opaque_decl);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h554 CompilerType DeclGetFunctionReturnType(void *opaque_decl) override;
H A DTypeSystemClang.cpp8975 CompilerType TypeSystemClang::DeclGetFunctionReturnType(void *opaque_decl) { in DeclGetFunctionReturnType() function in TypeSystemClang