Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h401 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
445 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
H A DCompilerType.h136 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
H A DClangASTContext.h620 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp136 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
H A DValueObject.cpp1692 bool ValueObject::IsPointerOrReferenceType() { in IsPointerOrReferenceType() function in ValueObject
1693 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
2058 if (IsPointerOrReferenceType()) { in GetExpressionPath()
2812 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()
3111 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp180 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType
182 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
H A DClangASTContext.cpp3478 bool ClangASTContext::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in ClangASTContext
3530 return IsPointerOrReferenceType(llvm::cast<clang::TypedefType>(qual_type) in IsPointerOrReferenceType()
3536 return IsPointerOrReferenceType(llvm::cast<clang::AutoType>(qual_type) in IsPointerOrReferenceType()
3541 return IsPointerOrReferenceType( in IsPointerOrReferenceType()
3547 return IsPointerOrReferenceType( in IsPointerOrReferenceType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h410 virtual bool IsPointerOrReferenceType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1391 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()
1425 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1478 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1475 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1775 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1773 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()