Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h115 bool IsReferenceType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp132 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType
135 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h138 bool IsReferenceType(CompilerType *pointee_type = nullptr,
H A DTypeSystem.h440 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h623 bool IsReferenceType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp189 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType
192 return m_type_system->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
H A DClangASTContext.cpp3559 bool ClangASTContext::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in ClangASTContext
3584 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp186 if (list_type.IsReferenceType()) in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdVar.cpp298 if (!valueType.IsPointerType() && !valueType.IsReferenceType()) { in CompleteSBValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp198 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp434 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp632 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1688 bool is_reference = pt.IsReferenceType(); in AddOneVariable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1813 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local
1825 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression()
1867 if (!IsReferenceType) in CheckLValueConstantExpression()