Searched refs:getRValueReferenceType (Results 1 – 19 of 19) sorted by relevance
418 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
223 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
3846 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3868 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()4048 result = getRValueReferenceType( in getVariableArrayDecayedType()6072 return getRValueReferenceType(T); in getReferenceQualifiedType()6338 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()13296 return Ctx.getRValueReferenceType(getCommonPointeeType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
2623 return C.getRValueReferenceType(Type); in getFunctionObjectParameterReferenceType()
1021 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1195 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
95 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
1489 QualType getRValueReferenceType(QualType T) const;
263 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
572 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
5687 LhsT = Self.Context.getRValueReferenceType(LhsT); in CheckConvertibilityForTypeTraits()5784 ArgTy = S.Context.getRValueReferenceType(ArgTy); in EvaluateBooleanTypeTrait()6089 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()6091 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
7996 Ty = S.Context.getRValueReferenceType(Ty); in Perform()9881 ElementTypes[I] = Context.getRValueReferenceType(ElementTypes[I]); in DeduceTemplateSpecializationFromInitializer()
1908 return Context.getRValueReferenceType(T); in BuildReferenceType()6970 return C.getRValueReferenceType(New); in wrap()
10105 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()15119 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()15659 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
5398 return Context.getRValueReferenceType(RawType); in GetImplicitObjectParameterType()
12091 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
4582 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()