Searched refs:getRValueReferenceType (Results 1 – 13 of 13) sorted by relevance
42 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
3694 T = S.Context.getRValueReferenceType(T); in evaluateTypeTrait()3871 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()3923 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()3925 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
1463 return Context.getRValueReferenceType(T); in BuildReferenceType()4355 return C.getRValueReferenceType(New); in wrap()5509 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
6084 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()10280 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()10887 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor()
4143 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
6100 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
9308 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
13436 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
1008 QualType getRValueReferenceType(QualType T) const;
132 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
2363 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext2381 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()2544 result = getRValueReferenceType( in getVariableArrayDecayedType()3866 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
1512 return Importer.getToContext().getRValueReferenceType(ToPointeeType); in VisitRValueReferenceType()
5260 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()