Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1806 ConstString const_typename(typename_cstr); in FindFirstType() local
1807 TypeQuery query(const_typename.GetStringRef(), in FindFirstType()
1818 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1); in FindFirstType()
1827 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()
1853 ConstString const_typename(typename_cstr); in FindTypes() local
1865 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX); in FindTypes()
1876 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()