Searched refs:IsFunctionPointerType (Results 1 – 6 of 6) sorted by relevance
150 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType153 return type_system_sp->IsFunctionPointerType(m_type); in IsFunctionPointerType()
165 bool IsFunctionPointerType() const;
170 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
1393 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()
595 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
3182 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang3199 return IsFunctionPointerType( in IsFunctionPointerType()