Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeCategory.h68 GetTypeNameSpecifierForSyntheticAtIndex (uint32_t);
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeCategory.cpp145 SBTypeCategory::GetTypeNameSpecifierForSyntheticAtIndex (uint32_t index) in GetTypeNameSpecifierForSyntheticAtIndex() function in SBTypeCategory
149 return SBTypeNameSpecifier(m_opaque_sp->GetTypeNameSpecifierForSyntheticAtIndex(index)); in GetTypeNameSpecifierForSyntheticAtIndex()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeCategory.h185 GetTypeNameSpecifierForSyntheticAtIndex (size_t index);
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeCategory.cpp461 TypeCategoryImpl::GetTypeNameSpecifierForSyntheticAtIndex (size_t index) in GetTypeNameSpecifierForSyntheticAtIndex() function in TypeCategoryImpl