Home
last modified time | relevance | path

Searched refs:IsFunctionType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h128 bool IsFunctionType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp235 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
240 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h148 bool IsFunctionType() const;
H A DTypeSystem.h163 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h46 IsFunctionType, enumerator
170 KIND_1(LVScopeKind, IsFunctionType, IsFunction);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp111 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType
114 return type_system_sp->IsFunctionType(m_type); in IsFunctionType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp350 clEnumValN(LVScopeKind::IsFunctionType, "FunctionType",
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h653 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2978 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp93 {LVScopeKind::IsFunctionType, &LVScope::getIsFunctionType},
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1592 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65070 result = (bool)(arg1)->IsFunctionType(); in _wrap_SBType_IsFunctionType()