Searched refs:IsFunctionType (Results 1 – 9 of 9) sorted by relevance
122 bool IsFunctionType();
236 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType241 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
101 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType103 return m_type_system->IsFunctionType(m_type); in IsFunctionType()
103 bool IsFunctionType() const;
154 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
276 IsFunctionType ();
570 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
3011 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang3028 return IsFunctionType( in IsFunctionType()
1585 if (!function_type.IsFunctionType()) { in DoGuessValueAt()