Searched refs:getRValueReferenceType (Results 1 – 20 of 20) sorted by relevance
57 Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessBuiltinType()); in TEST_F()85 ASSERT_FALSE(Ctx.getRValueReferenceType(Ctx.SveBoolTy)->isSizelessType()); in TEST_F()
419 QT = Ctx.getRValueReferenceType(QT); in getFullyQualifiedType()
223 QT = Context.getRValueReferenceType( in desugarForDiagnostic()
3445 QualType ASTContext::getRValueReferenceType(QualType T) const { in getRValueReferenceType() function in ASTContext3467 Canonical = getRValueReferenceType(getCanonicalType(PointeeType)); in getRValueReferenceType()3645 result = getRValueReferenceType( in getVariableArrayDecayedType()5620 return getRValueReferenceType(T); in getReferenceQualifiedType()5833 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()
941 return Ctx.getRValueReferenceType(pointeeType); in VisitRValueReferenceType()
1191 return Importer.getToContext().getRValueReferenceType(*ToPointeeTypeOrErr); in VisitRValueReferenceType()
193 return ACtx.getRValueReferenceType(toAlign); in alignReferenceTypes()
651 Type = Context->getRValueReferenceType(Type); in doConversion()
76 return ctx.getRValueReferenceType(pointeeTypeAsWritten);
1437 QualType getRValueReferenceType(QualType T) const;
267 ExTy = getContext().getRValueReferenceType(ExTy); in handleLValueBitCast()
85 ? S.Context.getRValueReferenceType(T) in lookupPromiseType()
5338 ArgTy = S.Context.getRValueReferenceType(ArgTy); in evaluateTypeTrait()5583 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5637 LhsT = Self.Context.getRValueReferenceType(LhsT); in EvaluateBinaryTypeTrait()5639 RhsT = Self.Context.getRValueReferenceType(RhsT); in EvaluateBinaryTypeTrait()
2256 return Context.getRValueReferenceType(T); in BuildReferenceType()7133 return C.getRValueReferenceType(New); in wrap()
4936 ArgTy = Context.getRValueReferenceType(ArgTy); in AddImplicitObjectParameterType()
9813 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial()14677 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveAssignment()15191 ArgType = Context.getRValueReferenceType(ArgType); in DeclareImplicitMoveConstructor()
9633 return Context.getRValueReferenceType(T); in getImplicitObjectParamType()11436 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()
8544 Ty = S.Context.getRValueReferenceType(Ty); in Perform()
861 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()
4564 return GetType(getASTContext().getRValueReferenceType(GetQualType(type))); in GetRValueReferenceType()