Searched refs:GetBuiltinTypeByName (Results 1 – 7 of 7) sorted by relevance
455 sb_type = SBType(type_system_or_err->GetBuiltinTypeByName(name)); in FindFirstType()498 type_system_or_err->GetBuiltinTypeByName(name); in FindTypes()
1782 if (auto type = type_system->GetBuiltinTypeByName(const_typename)) in FindFirstType()1837 type_system->GetBuiltinTypeByName(const_typename)) in FindTypes()
113 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
290 virtual CompilerType GetBuiltinTypeByName(ConstString name);
751 CompilerType GetBuiltinTypeByName(ConstString name) override;
5472 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang
45 m_ast->GetBuiltinTypeByName(ConstString(name))); in GetBasicQualType()