Searched refs:IsPointerOrReferenceType (Results 1 – 13 of 13) sorted by relevance
401 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,445 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
136 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
620 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
136 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
1692 bool ValueObject::IsPointerOrReferenceType() { in IsPointerOrReferenceType() function in ValueObject1693 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()
180 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType182 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
3478 bool ClangASTContext::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in ClangASTContext3530 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()
410 virtual bool IsPointerOrReferenceType();
1391 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()1425 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
1478 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
1475 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1775 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1773 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()