Searched refs:IsTypedefType (Results 1 – 12 of 12) sorted by relevance
215 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()232 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()249 if (element_type.IsTypedefType()) { in GetPossibleMatches()272 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()
195 bool IsTypedefType() const;
485 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
293 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType296 return type_system_sp->IsTypedefType(m_type); in IsTypedefType()
1006 if (candidate.IsTypedefType()) in GetTypeScavenger()
720 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
3699 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang
1793 if (candidate.IsTypedefType()) in GetTypeScavenger()
69632 result = (bool)(arg1)->IsTypedefType(); in _wrap_SBType_IsTypedefType()