Home
last modified time | relevance | path

Searched refs:GetValidatorForType (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp88 DataVisualization::GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetValidatorForType() function in DataVisualization
89 return GetFormatManager().GetValidatorForType(type_sp); in GetValidatorForType()
H A DFormatManager.cpp400 FormatManager::GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetValidatorForType() function in FormatManager
412 category_sp->GetValidatorForType(type_sp).get()); in GetValidatorForType()
H A DTypeCategory.cpp489 TypeCategoryImpl::GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp) { in GetValidatorForType() function in TypeCategoryImpl
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h68 GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DFormatManager.h139 GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp);
H A DTypeCategory.h297 GetValidatorForType(lldb::TypeNameSpecifierImplSP type_sp);