Searched refs:GetTypeForFormatters (Results 1 – 7 of 7) sorted by relevance
100 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
715 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType717 return m_type_system->GetTypeForFormatters(m_type); in GetTypeForFormatters()
7829 CompilerType ClangASTContext::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in ClangASTContext
374 CompilerType GetTypeForFormatters() const;
472 virtual CompilerType GetTypeForFormatters(void *type);
825 CompilerType GetTypeForFormatters(void *type) override;
176 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()