Searched refs:RefType (Results 1 – 11 of 11) sorted by relevance
58 RefType drop_front(uint64_t N) const { in drop_front()60 return RefType(); in drop_front()63 RefType Result(static_cast<const RefType &>(*this)); in drop_front()76 RefType drop_back(uint64_t N) const { in drop_back()78 return RefType(); in drop_back()80 RefType Result(static_cast<const RefType &>(*this)); in drop_back()96 RefType keep_front(uint64_t N) const { in keep_front()102 RefType keep_back(uint64_t N) const { in keep_back()109 RefType drop_symmetric(uint64_t N) const { in drop_symmetric()115 RefType slice(uint64_t Offset, uint64_t Len) const { in slice()[all …]
265 UINT8 RefType; in AcpiExResolveObjectToValue() local279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()281 switch (RefType) in AcpiExResolveObjectToValue()289 Status = AcpiDsMethodDataGetValue (RefType, in AcpiExResolveObjectToValue()399 RefType, StackDesc)); in AcpiExResolveObjectToValue()
637 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local638 if (!RefType->getPointeeType().getQualifiers() && in findFunctionArgMutation()639 RefType->getPointeeType()->getAs<TemplateTypeParmType>()) { in findFunctionArgMutation()
625 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())626 return RefType->getPointeeType();
7033 if (const auto *RefType = (*this)->getAs<ReferenceType>())7034 return RefType->getPointeeType();
4913 const ReferenceType *RefType in FindConversionForRefInit() local4915 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()4933 const ReferenceType *RefType = in FindConversionForRefInit() local4935 if (!RefType || in FindConversionForRefInit()4936 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()4937 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
5531 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local5532 Ty = RefType->getPointeeType(); in isValidSwiftIndirectResultType()5543 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local5544 Ty = RefType->getPointeeType(); in isValidSwiftErrorResultType()
1321 QualType RefType = in checkTupleLikeDecomposition() local1323 if (RefType.isNull()) in checkTupleLikeDecomposition()1327 B->getDeclName().getAsIdentifierInfo(), RefType, in checkTupleLikeDecomposition()
19552 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local19553 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()19554 CaptureType = RefType->getPointeeType(); in captureInLambda()
3402 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local3403 return RefType->getPointeeType(); in getNonLValueExprType()
3366 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local3367 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()