Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDecl.cpp36 return m_type_system->DeclGetFunctionArgumentType(m_opaque_decl, arg_idx); in GetFunctionArgumentType()
H A DTypeSystem.cpp165 CompilerType TypeSystem::DeclGetFunctionArgumentType(void *opaque_decl, in DeclGetFunctionArgumentType() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h107 virtual CompilerType DeclGetFunctionArgumentType(void *opaque_decl,
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h479 CompilerType DeclGetFunctionArgumentType(void *opaque_decl,
H A DTypeSystemClang.cpp9455 CompilerType TypeSystemClang::DeclGetFunctionArgumentType(void *opaque_decl, in DeclGetFunctionArgumentType() function in TypeSystemClang