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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h138 bool IsVoidType() const;
H A DTypeSystem.h183 virtual bool IsVoidType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h557 bool IsVoidType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp230 bool CompilerType::IsVoidType() const { function in class:CompilerType
233 return m_type_system->IsVoidType(m_type);
H A DClangASTContext.cpp3403 bool ClangASTContext::IsVoidType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
6089 if (pointee_clang_type.IsVoidType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp355 if (pointee.IsVoidType())

Completed in 186 milliseconds