Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h147 bool IsVoidType() const;
H A DTypeSystem.h190 virtual bool IsVoidType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h630 bool IsVoidType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp250 bool CompilerType::IsVoidType() const { in IsVoidType() function in CompilerType
253 return m_type_system->IsVoidType(m_type); in IsVoidType()
H A DClangASTContext.cpp3908 bool ClangASTContext::IsVoidType(lldb::opaque_compiler_type_t type) { in IsVoidType() function in ClangASTContext
6957 if (pointee_clang_type.IsVoidType()) in GetChildCompilerTypeAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp381 if (pointee.IsVoidType()) in CanBeUsedForElementCountPrinting()