Searched refs:IsReferenceType (Results 1 – 10 of 10) sorted by relevance
144 IsReferenceType();
175 SBType::IsReferenceType() in IsReferenceType() function in SBType179 return m_opaque_sp->GetClangASTType(true).IsReferenceType(); in IsReferenceType()
335 if (list_type.IsReferenceType()) in Update()
190 …for (bool is_rvalue_ref = true, j = true; j && clang_type.IsReferenceType(nullptr, &is_rvalue_ref)… in GetPossibleMatches()
194 IsReferenceType (ClangASTType *pointee_type = nullptr, bool* is_rvalue = nullptr) const;
300 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) in CompleteSBValue()511 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) in ExamineSBValueForChange()
419 m_is_reference = m_variable_sp->GetType()->GetClangForwardType().IsReferenceType(); in EntityVariable()
1745 bool is_reference = pt.IsReferenceType(); in AddOneVariable()
747 ClangASTType::IsReferenceType (ClangASTType *pointee_type, bool* is_rvalue) const in IsReferenceType() function in ClangASTType769 …cast<clang::TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsReferenceType(pointee_type,… in IsReferenceType()771 …m_ast, llvm::cast<clang::ElaboratedType>(qual_type)->getNamedType()).IsReferenceType(pointee_type,… in IsReferenceType()773 …ngASTType(m_ast, llvm::cast<clang::ParenType>(qual_type)->desugar()).IsReferenceType(pointee_type,… in IsReferenceType()
1248 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local1260 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression()1301 if (!IsReferenceType) in CheckLValueConstantExpression()