Home
last modified time | relevance | path

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

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