Searched refs:GetTypeForFormatters (Results 1 – 7 of 7) sorted by relevance
122 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
1009 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType1012 return type_system_sp->GetTypeForFormatters(m_type); in GetTypeForFormatters()
489 CompilerType GetTypeForFormatters() const;
519 virtual CompilerType GetTypeForFormatters(void *type);
178 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()
936 CompilerType GetTypeForFormatters(void *type) override;
7365 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystemClang