Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp41 return m_type_system->DeclGetFunctionArgumentType(m_opaque_decl, arg_idx); in GetFunctionArgumentType()
H A DTypeSystem.cpp174 CompilerType TypeSystem::DeclGetFunctionArgumentType(void *opaque_decl, in DeclGetFunctionArgumentType() function in TypeSystem
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h109 virtual CompilerType DeclGetFunctionArgumentType(void *opaque_decl,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h563 CompilerType DeclGetFunctionArgumentType(void *opaque_decl,
H A DTypeSystemClang.cpp9241 CompilerType TypeSystemClang::DeclGetFunctionArgumentType(void *opaque_decl, in DeclGetFunctionArgumentType() function in TypeSystemClang