Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i260 ") 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 DSBType.cpp157 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 DSBType.h120 bool IsReferenceType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp175 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 DCompilerType.h138 bool IsReferenceType(CompilerType *pointee_type = nullptr,
H A DTypeSystem.h448 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp183 if (list_type.IsReferenceType()) in Update()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp202 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 DTypeSystemClang.h630 bool IsReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3350 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 DMaterializer.cpp423 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp638 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1571 bool is_reference = pt.IsReferenceType(); in AddOneVariable()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2125 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 DLLDBWrapLua.cpp58599 result = (bool)(arg1)->IsReferenceType(); in _wrap_SBType_IsReferenceType()