Searched refs:GetConstTypeName (Results 1 – 11 of 11) sorted by relevance
74 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName()81 ConstString qualified_name = GetCompilerType().GetConstTypeName(); in GetQualifiedTypeName()
116 return m_compiler_type.GetConstTypeName(); in GetTypeName()
277 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName()
219 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName()
302 ConstString class_name(class_type.GetConstTypeName()); in MaybeCalculateCompleteType()1648 return GetCompilerType().GetConstTypeName(); in GetTypeName()
132 m_type.m_type_name.assign(type.GetConstTypeName().GetCString()); in TypeNameSpecifierImpl()
169 ConstString GetConstTypeName() const;
296 return GetConstTypeName(); in GetConstQualifiedTypeName()299 ConstString CompilerType::GetConstTypeName() const { in GetConstTypeName() function in CompilerType
275 m_name = GetForwardCompilerType().GetConstTypeName(); in GetName()615 return GetForwardCompilerType().GetConstTypeName(); in GetQualifiedName()
177 ConstString type_name(compiler_type.GetConstTypeName()); in GetPossibleMatches()
873 const char *class_name = parent_ast_type.GetConstTypeName().AsCString(); in GetByteOffsetForIvar()