Searched refs:GetBuiltinTypeByName (Results 1 – 6 of 6) sorted by relevance
457 return SBType(ts->GetBuiltinTypeByName(name)); in FindFirstType()498 if (CompilerType compiler_type = ts->GetBuiltinTypeByName(name)) in FindTypes()
1797 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()1845 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()
118 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
329 virtual CompilerType GetBuiltinTypeByName(ConstString name);
856 CompilerType GetBuiltinTypeByName(ConstString name) override;
5466 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang