Searched refs:IsTypedefType (Results 1 – 11 of 11) sorted by relevance
207 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()223 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()239 if (element_type.IsTypedefType()) { in GetPossibleMatches()262 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
328 ") IsTypedefType;330 IsTypedefType ();
131 bool IsTypedefType();
251 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType256 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
271 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType274 return type_system_sp->IsTypedefType(m_type); in IsTypedefType()
199 bool IsTypedefType() const;
457 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
1057 if (candidate.IsTypedefType()) in GetTypeScavenger()
1353 if (candidate.IsTypedefType()) in GetTypeScavenger()
641 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
3711 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang