| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 260 ") IsReferenceType; 262 IsReferenceType(); 882 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean … 883 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 157 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType 158 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsReferenceType); in IsReferenceType() 162 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType() 943 LLDB_REGISTER_METHOD(bool, SBType, IsReferenceType, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 120 bool IsReferenceType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 175 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType 178 return m_type_system->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 138 bool IsReferenceType(CompilerType *pointee_type = nullptr,
|
| H A D | TypeSystem.h | 448 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxList.cpp | 183 if (list_type.IsReferenceType()) in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 202 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 630 bool IsReferenceType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 3350 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 423 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 638 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1571 bool is_reference = pt.IsReferenceType(); in AddOneVariable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2125 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local 2153 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression() 2175 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression() 2203 << IsReferenceType << !Designator.Entries.empty(); in CheckLValueConstantExpression() 2259 if (!IsReferenceType) in CheckLValueConstantExpression()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 58599 result = (bool)(arg1)->IsReferenceType(); in _wrap_SBType_IsReferenceType()
|