Searched refs:getRValueReferenceType (Results 1 – 19 of 19) sorted by relevance
417 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
3434 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3456 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()3637 result = getRValueReferenceType( in getVariableArrayDecayedType()5662 return getRValueReferenceType(T); in getReferenceQualifiedType()5894 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()12792 return Ctx.getRValueReferenceType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
223 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
2570 return C.getRValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
967 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1190 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
263 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
1427 QualType getRValueReferenceType(QualType T) const;
572 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
5538 ArgTy = S.Context.getRValueReferenceType(ArgTy); in EvaluateBooleanTypeTrait()5822 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5876 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5878 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
9049 Ty = S.Context.getRValueReferenceType(Ty); in Perform()10761 ElementTypes[I] = Context.getRValueReferenceType(ElementTypes[I]); in DeduceTemplateSpecializationFromInitializer()
2322 return Context.getRValueReferenceType(T); in BuildReferenceType()7387 return C.getRValueReferenceType(New); in wrap()
10196 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()15244 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()15779 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
5265 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
11994 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
4538 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()