Searched refs:getRValueReferenceType (Results 1 – 19 of 19) sorted by relevance
407 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
283 return Ctx.getRValueReferenceType(QT); in getCallReturnType()
192 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
3348 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3366 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()3544 result = getRValueReferenceType( in getVariableArrayDecayedType()5612 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
935 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1136 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
192 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
87 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
1323 QualType getRValueReferenceType(QualType T) const;
5225 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()5432 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5486 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5488 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()5846 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
90 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
2184 return Context.getRValueReferenceType(T); in BuildReferenceType()6951 return C.getRValueReferenceType(New); in wrap()8879 return Context.getRValueReferenceType(T); in getDecltypeForParenthesizedExpr()
5061 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
9613 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()14282 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()14795 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
9506 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()11251 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
8474 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
19203 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()