Searched refs:IsPointerOrReferenceType (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h127 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
H A DTypeSystem.h385 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
431 return IsPointerOrReferenceType(type, nullptr);
H A DClangASTContext.h547 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp160 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { function in class:CompilerType
162 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type);
H A DClangASTContext.cpp3035 bool ClangASTContext::IsPointerOrReferenceType( function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp134 if (type.IsValid() && type.IsPointerOrReferenceType())
H A DValueObject.cpp1699 bool ValueObject::IsPointerOrReferenceType() { function in class:ValueObject
1700 return GetCompilerType().IsPointerOrReferenceType();
2068 if (IsPointerOrReferenceType()) {
2822 const bool is_pointer_or_reference_type = IsPointerOrReferenceType();
3117 if (!m_parent->IsPointerOrReferenceType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1404 if (parent->IsPointerOrReferenceType()) {
1438 if (!base->IsPointerOrReferenceType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h383 virtual bool IsPointerOrReferenceType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1473 compiler_type.IsPointerOrReferenceType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1476 else if (compiler_type.IsPointerOrReferenceType())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1773 } else if (value_type.IsPointerOrReferenceType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1771 } else if (value_type.IsPointerOrReferenceType()) {

Completed in 161 milliseconds