Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h147 bool IsVoidType() const;
H A DTypeSystem.h189 virtual bool IsVoidType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp351 if (pointee.IsVoidType()) in CanBeUsedForElementCountPrinting()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h637 bool IsVoidType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3654 bool TypeSystemClang::IsVoidType(lldb::opaque_compiler_type_t type) { in IsVoidType() function in TypeSystemClang
6467 if (pointee_clang_type.IsVoidType()) in GetChildCompilerTypeAtIndex()