Home
last modified time | relevance | path

Searched refs:IsReferenceType (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h144 IsReferenceType();
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp175 SBType::IsReferenceType() in IsReferenceType() function in SBType
179 return m_opaque_sp->GetClangASTType(true).IsReferenceType(); in IsReferenceType()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibCxxList.cpp335 if (list_type.IsReferenceType()) in Update()
HDFormatManager.cpp190 …for (bool is_rvalue_ref = true, j = true; j && clang_type.IsReferenceType(nullptr, &is_rvalue_ref)… in GetPossibleMatches()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h194 IsReferenceType (ClangASTType *pointee_type = nullptr, bool* is_rvalue = nullptr) const;
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdVar.cpp300 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) in CompleteSBValue()
511 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) in ExamineSBValueForChange()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp419 m_is_reference = m_variable_sp->GetType()->GetClangForwardType().IsReferenceType(); in EntityVariable()
HDClangExpressionDeclMap.cpp1745 bool is_reference = pt.IsReferenceType(); in AddOneVariable()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp747 ClangASTType::IsReferenceType (ClangASTType *pointee_type, bool* is_rvalue) const in IsReferenceType() function in ClangASTType
769 …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()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp1248 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local
1260 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression()
1301 if (!IsReferenceType) in CheckLValueConstantExpression()