Searched refs:IsTypedefType (Results 1 – 11 of 11) sorted by relevance
210 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()230 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()248 if (element_type.IsTypedefType()) { in GetPossibleMatches()277 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
259 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType260 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsTypedefType); in IsTypedefType()264 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()926 LLDB_REGISTER_METHOD(bool, SBType, IsTypedefType, ()); in RegisterMethods()
130 bool IsTypedefType();
224 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType227 return m_type_system->IsTypedefType(m_type); in IsTypedefType()
3397 bool ClangASTContext::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in ClangASTContext
136 bool IsTypedefType() const;
412 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
555 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
218 IsTypedefType ();
983 if (candidate.IsTypedefType()) in GetTypeScavenger()
992 if (candidate.IsTypedefType()) in GetTypeScavenger()