Home
last modified time | relevance | path

Searched refs:GetArgumentTypeAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h85 lldb::SBType GetArgumentTypeAtIndex(uint32_t);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp877 lldb::SBType SBTypeMemberFunction::GetArgumentTypeAtIndex(uint32_t i) { in GetArgumentTypeAtIndex() function in SBTypeMemberFunction
878 LLDB_RECORD_METHOD(lldb::SBType, SBTypeMemberFunction, GetArgumentTypeAtIndex, in GetArgumentTypeAtIndex()
1033 GetArgumentTypeAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i99 GetArgumentTypeAtIndex (uint32_t);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58285 result = (arg1)->GetArgumentTypeAtIndex(arg2); in _wrap_SBTypeMemberFunction_GetArgumentTypeAtIndex()