Searched refs:IsFunctionType (Results 1 – 11 of 11) sorted by relevance
159 bool IsFunctionType();
253 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType 258 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 CompilerType 135 return type_system_sp->IsFunctionType(m_type); in IsFunctionType()
350 clEnumValN(LVScopeKind::IsFunctionType, "FunctionType",
660 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
3034 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsHomogeneousAggregate() 3015 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { IsFunctionType() function in TypeSystemClang
93 {LVScopeKind::IsFunctionType, &LVScope::getIsFunctionType},
1684 if (!function_type.IsFunctionType()) { in GuessValueForRegisterAndOffset()