Searched refs:IsBlockPointerType (Results 1 – 7 of 7) sorted by relevance
35 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
1019 if (valobj.GetCompilerType().IsBlockPointerType(nullptr)) { in GetHardcodedSummaries()1068 if (valobj.GetCompilerType().IsBlockPointerType(nullptr)) { in GetHardcodedSynthetics()
112 bool IsBlockPointerType(CompilerType *function_pointer_type_ptr) const;
169 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
586 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
148 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType151 return m_type_system->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
3318 bool ClangASTContext::IsBlockPointerType( in IsBlockPointerType() function in ClangASTContext3341 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()