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()
1827 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()1876 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()
113 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
307 virtual CompilerType GetBuiltinTypeByName(ConstString name);
842 CompilerType GetBuiltinTypeByName(ConstString name) override;
5405 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang