Searched refs:IsMemberFunctionPointerType (Results 1 – 6 of 6) sorted by relevance
161 bool IsMemberFunctionPointerType() const;
180 IsMemberFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
172 bool CompilerType::IsMemberFunctionPointerType() const { in IsMemberFunctionPointerType() function in CompilerType175 return type_system_sp->IsMemberFunctionPointerType(m_type); in IsMemberFunctionPointerType()
677 bool IsMemberFunctionPointerType(lldb::opaque_compiler_type_t type) override;
3203 bool TypeSystemClang::IsMemberFunctionPointerType( in IsMemberFunctionPointerType() function in TypeSystemClang
1840 CT.IsFunctionPointerType() || CT.IsMemberFunctionPointerType() || in GetHardcodedSummaries()