Searched refs:getRValueReferenceType (Results 1 – 18 of 18) sorted by relevance
417 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
3472 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3494 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()3673 result = getRValueReferenceType( in getVariableArrayDecayedType()5675 return getRValueReferenceType(T); in getReferenceQualifiedType()5882 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()12651 return Ctx.getRValueReferenceType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
222 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
945 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1186 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
1411 QualType getRValueReferenceType(QualType T) const;
268 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
571 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
5443 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()5705 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5759 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5761 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
2278 return Context.getRValueReferenceType(T); in BuildReferenceType()7228 return C.getRValueReferenceType(New); in wrap()
5000 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
9899 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()14793 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()15310 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
9759 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()11583 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
8883 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
4613 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()