Searched refs:getRValueReferenceType (Results 1 – 19 of 19) sorted by relevance
397 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
188 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
3006 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3024 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()3188 result = getRValueReferenceType( in getVariableArrayDecayedType()4941 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
812 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1068 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
87 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
265 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
4962 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()5163 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5217 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5219 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()5571 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
89 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
2026 return Context.getRValueReferenceType(T); in BuildReferenceType()6329 return C.getRValueReferenceType(New); in wrap()8132 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
7630 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()12138 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()12644 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
4666 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
7759 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
10460 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
16429 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
739 m_clang.getASTContext()->getRValueReferenceType(pointee_type); in CreatePointerType()
1300 QualType getRValueReferenceType(QualType T) const;
4916 ->getRValueReferenceType(GetQualType(type)) in GetRValueReferenceType()
5957 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()