Searched refs:IsTypedefType (Results 1 – 13 of 13) sorted by relevance
35 self.assertTrue(typedef_type.IsTypedefType())52 self.assertTrue(typedef_type.IsTypedefType())
206 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()223 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()242 if (element_type.IsTypedefType()) { in GetPossibleMatches()269 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
328 ") IsTypedefType;330 IsTypedefType ();
130 bool IsTypedefType();
252 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType257 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()
230 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType233 return m_type_system->IsTypedefType(m_type); in IsTypedefType()
145 bool IsTypedefType() const;
443 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
546 clang_type_system->IsTypedefType(compiler_type.GetOpaqueQualType())); in TEST_F()
1053 if (candidate.IsTypedefType()) in GetTypeScavenger()
1251 if (candidate.IsTypedefType()) in GetTypeScavenger()
627 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
3671 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang