Searched refs:GetBuiltinTypeByName (Results 1 – 6 of 6) sorted by relevance
113 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
464 sb_type = SBType(type_system_or_err->GetBuiltinTypeByName(name)); in FindFirstType()510 type_system_or_err->GetBuiltinTypeByName(name); in FindTypes()
1910 if (auto type = type_system->GetBuiltinTypeByName(const_typename)) in FindFirstType()1967 type_system->GetBuiltinTypeByName(const_typename)) in FindTypes()
291 virtual CompilerType GetBuiltinTypeByName(ConstString name);
759 CompilerType GetBuiltinTypeByName(ConstString name) override;
5433 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang