Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i260 ") IsReferenceType;
262 IsReferenceType();
909 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
910 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py100 if ty.IsPointerType() or ty.IsReferenceType():
111 ty.IsReferenceType() or
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h121 bool IsReferenceType();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp155 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType
160 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType()
/openbsd-src/gnu/llvm/llvm/utils/
H A DlldbDataFormatters.py85 if the_type.IsReferenceType():
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp203 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType
207 return type_system_sp->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py264 if list_type.IsReferenceType():
563 if map_type.IsReferenceType():
H A Dlibcxx.py330 if list_type.IsReferenceType():
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp183 if (list_type.IsReferenceType()) in Update()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h190 bool IsReferenceType(CompilerType *pointee_type = nullptr,
H A DTypeSystem.h471 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
857 m_is_reference = m_valobj_sp->GetCompilerType().IsReferenceType(); in SetupValueObject()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp203 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h636 bool IsReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3413 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp658 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1587 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2596 str(type.IsReferenceType()) + '\n')
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2132 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local
2160 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression()
2181 << IsReferenceType << !Designator.Entries.empty() << !!BaseVD in CheckLValueConstantExpression()
2208 << IsReferenceType << !Designator.Entries.empty(); in CheckLValueConstantExpression()
2277 if (!IsReferenceType) in CheckLValueConstantExpression()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11470 bool IsReferenceType = false; in emitDeclareSimdFunction() local
11491 IsReferenceType = true; in emitDeclareSimdFunction()
11503 else if (IsReferenceType) in emitDeclareSimdFunction()