Searched refs:IsTypedefType (Results 1 – 12 of 12) sorted by relevance
211 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()227 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()243 if (element_type.IsTypedefType()) { in GetPossibleMatches()266 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
190 ) lldb::SBType::IsTypedefType;280 If this type is a typedef as designated by `IsTypedefType`, then the
167 bool IsTypedefType();
269 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType274 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
194 bool IsTypedefType() const;
476 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
291 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType294 return type_system_sp->IsTypedefType(m_type); in IsTypedefType()
989 if (candidate.IsTypedefType()) in GetTypeScavenger()
723 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
3673 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang
1540 if (candidate.IsTypedefType()) in GetTypeScavenger()
68364 result = (bool)(arg1)->IsTypedefType(); in _wrap_SBType_IsTypedefType()