Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp35 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
H A DCPlusPlusLanguage.cpp1019 if (valobj.GetCompilerType().IsBlockPointerType(nullptr)) { in GetHardcodedSummaries()
1068 if (valobj.GetCompilerType().IsBlockPointerType(nullptr)) { in GetHardcodedSynthetics()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h112 bool IsBlockPointerType(CompilerType *function_pointer_type_ptr) const;
H A DTypeSystem.h169 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h586 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp148 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType
151 return m_type_system->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
H A DClangASTContext.cpp3318 bool ClangASTContext::IsBlockPointerType( in IsBlockPointerType() function in ClangASTContext
3341 return IsBlockPointerType(llvm::cast<clang::TypedefType>(qual_type) in IsBlockPointerType()
3347 return IsBlockPointerType(llvm::cast<clang::AutoType>(qual_type) in IsBlockPointerType()
3352 return IsBlockPointerType(llvm::cast<clang::ElaboratedType>(qual_type) in IsBlockPointerType()
3357 return IsBlockPointerType( in IsBlockPointerType()
3366 return IsBlockPointerType( in IsBlockPointerType()