Searched refs:FindFirstType (Results 1 – 10 of 10) sorted by relevance
38 ).FindFirstType('NSString').GetPointerType()41 ).FindFirstType('NSURL').GetPointerType()
39 ).FindFirstType('NSString').GetPointerType()
203 lldb::SBType FindFirstType(const char *name);
785 lldb::SBType FindFirstType(const char *type);
436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule446 SBType sb_type = SBType(module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
1748 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget1763 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
273 FindFirstType (const char* name);
455 FindFirstType (const char* type);
467 lldb::TypeSP FindFirstType(const SymbolContext &sc, ConstString type_name,
981 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, ConstString name, in FindFirstType() function in Module