Searched refs:RefType (Results 1 – 7 of 7) sorted by relevance
157 UINT8 RefType; in AcpiExResolveObjectToValue() local171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue()173 switch (RefType) in AcpiExResolveObjectToValue()181 Status = AcpiDsMethodDataGetValue (RefType, in AcpiExResolveObjectToValue()290 "Unknown Reference type 0x%X in %p", RefType, StackDesc)); in AcpiExResolveObjectToValue()
602 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())603 return RefType->getPointeeType();
5183 if (const ReferenceType *RefType = (*this)->getAs<ReferenceType>())5184 return RefType->getPointeeType();
4066 const ReferenceType *RefType in FindConversionForRefInit() local4068 if (RefType && !RefType->getPointeeType()->isFunctionType()) in FindConversionForRefInit()4086 const ReferenceType *RefType = in FindConversionForRefInit() local4088 if (!RefType || in FindConversionForRefInit()4089 (!RefType->isLValueReferenceType() && in FindConversionForRefInit()4090 !RefType->getPointeeType()->isFunctionType())) in FindConversionForRefInit()
12709 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local12710 if (!RefType->getPointeeType()->isFunctionType()) in captureInLambda()12711 CaptureType = RefType->getPointeeType(); in captureInLambda()
2525 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local2526 return RefType->getPointeeType(); in getNonLValueExprType()
2814 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local2815 if (!Elt->isConstantInitializer(Ctx, RefType, Culprit)) in isConstantInitializer()