Searched refs:getRValueReferenceType (Results 1 – 21 of 21) sorted by relevance
415 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
283 return Ctx.getRValueReferenceType(QT); in getCallReturnType()
193 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
3363 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3381 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()3559 result = getRValueReferenceType( in getVariableArrayDecayedType()5627 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
935 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1154 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
192 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
1368 QualType getRValueReferenceType(QualType T) const;
88 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
5273 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()5480 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5534 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5536 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()5895 : Self.Context.getRValueReferenceType(ToType); in TryClassUnification()
90 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
2208 return Context.getRValueReferenceType(T); in BuildReferenceType()6984 return C.getRValueReferenceType(New); in wrap()8914 return Context.getRValueReferenceType(T); in getDecltypeForParenthesizedExpr()
5061 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
9620 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()14475 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()14991 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
9506 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()11268 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
8475 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
19379 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
736 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
4532 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()