Searched refs:IsFunctionPointerType (Results 1 – 6 of 6) sorted by relevance
109 bool IsFunctionPointerType() const;
164 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
122 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType124 return m_type_system->IsFunctionPointerType(m_type); in IsFunctionPointerType()
1038 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()
592 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
3053 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang3070 return IsFunctionPointerType( in IsFunctionPointerType()