Searched refs:IsBlockPointerType (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp35 block_pointer_type.IsBlockPointerType(&function_pointer_type);
H A DCPlusPlusLanguage.cpp1061 if (valobj.GetCompilerType().IsBlockPointerType(nullptr)) {
1110 if (valobj.GetCompilerType().IsBlockPointerType(nullptr)) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h108 bool IsBlockPointerType(CompilerType *function_pointer_type_ptr) const;
H A DTypeSystem.h162 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h513 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp128 bool CompilerType::IsBlockPointerType( function in class:CompilerType
131 return m_type_system->IsBlockPointerType(m_type, function_pointer_type_ptr);
H A DClangASTContext.cpp2911 bool ClangASTContext::IsBlockPointerType( function in class:ClangASTContext
2939 return IsBlockPointerType(

Completed in 87 milliseconds