Home
last modified time | relevance | path

Searched refs:GetLValueReferenceType (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DType.h417 return type_sp->GetClangLayoutType().GetLValueReferenceType(); in GetReferenceType()
418 return clang_type.GetLValueReferenceType(); in GetReferenceType()
DClangASTType.h332 GetLValueReferenceType () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DType.cpp533 m_clang_type = encoding_type->GetClangForwardType().GetLValueReferenceType(); in ResolveClangType()
577 m_clang_type = void_clang_type.GetLValueReferenceType (); in ResolveClangType()
1081 return TypeImpl(m_static_type, m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
DClangASTType.cpp1635 ClangASTType::GetLValueReferenceType () const in GetLValueReferenceType() function in ClangASTType
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectDynamicValue.cpp147 corrected_type = orig_type.GetLValueReferenceType (); in FixupTypeAndOrName()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangExpressionDeclMap.cpp1623 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddOneVariable()
1667 NamedDecl *var_decl = context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1699 …text::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType()); in AddOneGenericVariable()
1700 …ASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType()); in AddOneGenericVariable()