Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py100 if ty.IsPointerType() or ty.IsReferenceType():
111 ty.IsReferenceType() or
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h120 bool IsReferenceType();
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp156 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType
161 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/
H A DlldbDataFormatters.py85 if the_type.IsReferenceType():
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h138 bool IsReferenceType(CompilerType *pointee_type = nullptr,
H A DTypeSystem.h457 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py265 if list_type.IsReferenceType():
564 if map_type.IsReferenceType():
H A Dlibcxx.py330 if list_type.IsReferenceType():
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp183 if (list_type.IsReferenceType()) in Update()
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp808 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
856 m_is_reference = m_valobj_sp->GetCompilerType().IsReferenceType(); in SetupValueObject()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp201 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h622 bool IsReferenceType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3374 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp645 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1586 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2548 str(type.IsReferenceType()) + '\n')
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2129 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local
2157 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression()
2179 << IsReferenceType << !Designator.Entries.empty() in CheckLValueConstantExpression()
2207 << IsReferenceType << !Designator.Entries.empty(); in CheckLValueConstantExpression()
2276 if (!IsReferenceType) in CheckLValueConstantExpression()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11858 bool IsReferenceType = false; in emitDeclareSimdFunction() local
11879 IsReferenceType = true; in emitDeclareSimdFunction()
11891 else if (IsReferenceType) in emitDeclareSimdFunction()