Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp171 if (promise_type.IsVoidType()) { in Update()
182 if (promise_type.IsVoidType()) { in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h196 bool IsVoidType() const;
H A DTypeSystem.h200 virtual bool IsVoidType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp277 bool CompilerType::IsVoidType() const { in IsVoidType() function in CompilerType
280 return type_system_sp->IsVoidType(m_type); in IsVoidType()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp408 if (pointee.IsVoidType()) in CanBeUsedForElementCountPrinting()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h714 bool IsVoidType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3643 bool TypeSystemClang::IsVoidType(lldb::opaque_compiler_type_t type) { in IsVoidType() function in TypeSystemClang
6438 if (pointee_clang_type.IsVoidType()) in GetChildCompilerTypeAtIndex()