Searched refs:IsFunctionType (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h122 bool IsFunctionType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h96 bool IsFunctionType(bool *is_variadic_ptr = nullptr) const;
H A DTypeSystem.h150 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h499 bool IsFunctionType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp243 bool SBType::IsFunctionType() { function in class:SBType
244 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsFunctionType);
248 return m_opaque_sp->GetCompilerType(true).IsFunctionType();
924 LLDB_REGISTER_METHOD(bool, SBType, IsFunctionType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp95 bool CompilerType::IsFunctionType(bool *is_variadic_ptr) const { function in class:CompilerType
97 return m_type_system->IsFunctionType(m_type, is_variadic_ptr);
H A DClangASTContext.cpp2742 bool ClangASTContext::IsFunctionType(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
2768 return IsFunctionType(reference_type->getPointeeType().getAsOpaquePtr(),
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i206 IsFunctionType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1601 if (!function_type.IsFunctionType()) {

Completed in 208 milliseconds