Searched refs:IsFunctionType (Results 1 – 12 of 12) sorted by relevance
159 bool IsFunctionType();
253 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType258 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
46 IsFunctionType, enumerator170 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
148 bool IsFunctionType() const;
168 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
132 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType135 return type_system_sp->IsFunctionType(m_type); in IsFunctionType()
350 clEnumValN(LVScopeKind::IsFunctionType, "FunctionType",
664 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
3015 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang
93 {LVScopeKind::IsFunctionType, &LVScope::getIsFunctionType},
1585 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
68268 result = (bool)(arg1)->IsFunctionType(); in _wrap_SBType_IsFunctionType()