Searched refs:GetLValueReferenceType (Results 1 – 6 of 6) sorted by relevance
417 return type_sp->GetClangLayoutType().GetLValueReferenceType(); in GetReferenceType()418 return clang_type.GetLValueReferenceType(); in GetReferenceType()
332 GetLValueReferenceType () const;
533 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()
1635 ClangASTType::GetLValueReferenceType () const in GetLValueReferenceType() function in ClangASTType
147 corrected_type = orig_type.GetLValueReferenceType (); in FixupTypeAndOrName()
1623 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()