Searched refs:IsReferenceType (Results 1 – 14 of 14) sorted by relevance
115 bool IsReferenceType();
132 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType135 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType()
138 bool IsReferenceType(CompilerType *pointee_type = nullptr,
440 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
623 bool IsReferenceType(lldb::opaque_compiler_type_t type,
189 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType192 return m_type_system->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
3559 bool ClangASTContext::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in ClangASTContext3584 return IsReferenceType(llvm::cast<clang::TypedefType>(qual_type) in IsReferenceType()3590 return IsReferenceType(llvm::cast<clang::AutoType>(qual_type) in IsReferenceType()3595 return IsReferenceType(llvm::cast<clang::ElaboratedType>(qual_type) in IsReferenceType()3600 return IsReferenceType( in IsReferenceType()
186 if (list_type.IsReferenceType()) in Update()
298 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) { in CompleteSBValue()
198 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
434 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
632 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
1688 bool is_reference = pt.IsReferenceType(); in AddOneVariable()
1813 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local1825 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression()1867 if (!IsReferenceType) in CheckLValueConstantExpression()