Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp242 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
243 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsFunctionType); in IsFunctionType()
247 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
952 LLDB_REGISTER_METHOD(bool, SBType, IsFunctionType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h122 bool IsFunctionType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp101 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType
103 return m_type_system->IsFunctionType(m_type); in IsFunctionType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h103 bool IsFunctionType() const;
H A DTypeSystem.h155 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i276 IsFunctionType ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h578 bool IsFunctionType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2987 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang
3004 return IsFunctionType( in IsFunctionType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1571 if (!function_type.IsFunctionType()) { in DoGuessValueAt()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58623 result = (bool)(arg1)->IsFunctionType(); in _wrap_SBType_IsFunctionType()