Searched refs:IsFunctionType (Results 1 – 9 of 9) sorted by relevance
242 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType243 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsFunctionType); in IsFunctionType()247 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()934 LLDB_REGISTER_METHOD(bool, SBType, IsFunctionType, ()); in RegisterMethods()
122 bool IsFunctionType();
99 bool IsFunctionType() const;
155 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
95 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType97 return m_type_system->IsFunctionType(m_type); in IsFunctionType()
206 IsFunctionType ();
581 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
2918 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang2935 return IsFunctionType( in IsFunctionType()
1590 if (!function_type.IsFunctionType()) { in DoGuessValueAt()