Searched refs:getRValueReferenceType (Results 1 – 14 of 14) sorted by relevance
43 ResultTy = Ctx.getRValueReferenceType(ResultTy); in getResultType()
4125 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()4301 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()4353 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()4355 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
1924 return Context.getRValueReferenceType(T); in BuildReferenceType()5426 return C.getRValueReferenceType(New); in wrap()6935 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
6183 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()10429 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()11038 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor()
4179 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
6512 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
9627 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
14203 ArgType = S.Context.getRValueReferenceType(ArgType); in VisitCallExpr()
188 QT = Context.getRValueReferenceType(Desugar(Context, Ty->getPointeeType(), in Desugar()
2497 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext2515 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()2678 result = getRValueReferenceType( in getVariableArrayDecayedType()4048 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
738 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1556 return Importer.getToContext().getRValueReferenceType(ToPointeeType); in VisitRValueReferenceType()
1110 QualType getRValueReferenceType(QualType T) const;
5267 return Context.getRValueReferenceType(PointeeType); in readTypeRecord()