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()
1839 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()1888 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()
118 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
325 virtual CompilerType GetBuiltinTypeByName(ConstString name);
857 CompilerType GetBuiltinTypeByName(ConstString name) override;
5492 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang