| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeExtensions.i | 60 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean … 61 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
|
| H A D | SBTypeDocstrings.i | 140 ) lldb::SBType::IsReferenceType;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 126 bool IsReferenceType();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 155 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType 160 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 185 bool IsReferenceType(CompilerType *pointee_type = nullptr,
|
| H A D | TypeSystem.h | 461 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxList.cpp | 179 if (list_type.IsReferenceType()) in Update()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 202 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType 206 return type_system_sp->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable() 857 m_is_reference = m_valobj_sp->GetCompilerType().IsReferenceType(); in SetupValueObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 203 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 707 bool IsReferenceType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 3331 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 653 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1575 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2209 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local 2237 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression() 2257 << IsReferenceType << !Designator.Entries.empty() << !!BaseVD in CheckLValueConstantExpression() 2284 << IsReferenceType << !Designator.Entries.empty(); in CheckLValueConstantExpression() 2353 if (!IsReferenceType) in CheckLValueConstantExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 10993 bool IsReferenceType = false; in emitDeclareSimdFunction() local 11014 IsReferenceType = true; in emitDeclareSimdFunction() 11026 else if (IsReferenceType) in emitDeclareSimdFunction()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 65046 result = (bool)(arg1)->IsReferenceType(); in _wrap_SBType_IsReferenceType()
|