reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
15956     CaptureType = S.Context.getLValueReferenceType(DeclRefType);
15968     if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){
15970         CaptureType = RefType->getPointeeType();
15975         CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) {
15988       if (!CaptureType->isDependentType() &&
15989           S.RequireCompleteType(Loc, CaptureType,
15993       else if (S.RequireNonAbstractType(Loc, CaptureType,
16001     DeclRefType = CaptureType.getNonReferenceType();
16008     DeclRefType = CaptureType.getNonReferenceType();
16009     if (!LSI->Mutable && !CaptureType->isReferenceType())
16016                     Loc, EllipsisLoc, CaptureType, Invalid);