Searched refs:IsFunctionPointerType (Results 1 – 6 of 6) sorted by relevance
158 bool IsFunctionPointerType() const;
177 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
163 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType166 return type_system_sp->IsFunctionPointerType(m_type); in IsFunctionPointerType()
675 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
3169 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang
1581 CT.IsFunctionPointerType() || CT.IsMemberFunctionPointerType() || in GetHardcodedSummaries()