Home
last modified time | relevance | path

Searched refs:IsVoidType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp236 bool CompilerType::IsVoidType() const { in IsVoidType() function in CompilerType
239 return m_type_system->IsVoidType(m_type); in IsVoidType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h147 bool IsVoidType() const;
H A DTypeSystem.h188 virtual bool IsVoidType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp335 if (pointee.IsVoidType()) in CanBeUsedForElementCountPrinting()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h629 bool IsVoidType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3678 bool TypeSystemClang::IsVoidType(lldb::opaque_compiler_type_t type) { in IsVoidType() function in TypeSystemClang
6508 if (pointee_clang_type.IsVoidType()) in GetChildCompilerTypeAtIndex()