Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeList.cpp66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
HDTypeMap.cpp83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h679 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCDeclVendor.cpp388 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp740 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList