Searched refs:IsTypedefType (Results 1 – 10 of 10) sorted by relevance
125 bool IsTypedefType();
206 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType209 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
205 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()225 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()249 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
145 bool IsTypedefType() const;
426 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
628 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
244 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType247 return m_type_system->IsTypedefType(m_type); in IsTypedefType()
3902 bool ClangASTContext::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in ClangASTContext
941 if (candidate.IsTypedefType()) in GetTypeScavenger()
1012 if (candidate.IsTypedefType()) in GetTypeScavenger()