Searched refs:IsVoidType (Results 1 – 6 of 6) sorted by relevance
147 bool IsVoidType() const;
190 virtual bool IsVoidType(lldb::opaque_compiler_type_t type) = 0;
630 bool IsVoidType(lldb::opaque_compiler_type_t type) override;
250 bool CompilerType::IsVoidType() const { in IsVoidType() function in CompilerType253 return m_type_system->IsVoidType(m_type); in IsVoidType()
3908 bool ClangASTContext::IsVoidType(lldb::opaque_compiler_type_t type) { in IsVoidType() function in ClangASTContext6957 if (pointee_clang_type.IsVoidType()) in GetChildCompilerTypeAtIndex()
381 if (pointee.IsVoidType()) in CanBeUsedForElementCountPrinting()