Home
last modified time | relevance | path

Searched defs:GetTypeAtIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
H A DTypeList.cpp66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h648 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp388 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp639 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList