Searched defs:GetTypeAtIndex (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Symbol/ | ||
H A D | TypeList.cpp | 66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList |
H A D | TypeMap.cpp | 83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap |
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ | ||
H A D | AppleObjCDeclVendor.cpp | 388 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } GetTypeAtIndex() function in ObjCRuntimeMethodType |
/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | Type.h | 679 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { GetTypeAtIndex() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 740 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList |