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

References

tools/clang/lib/Sema/SemaExpr.cpp
15824   if (!Invalid && !S.getLangOpts().OpenCL && CaptureType->isArrayType()) {
15837       CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) {
15850   if (const auto *PT = CaptureType->getAs<PointerType>()) {
15865   if (HasBlocksAttr || CaptureType->isReferenceType() ||
15872     CaptureType = CaptureType.getNonReferenceType().withConst();
15872     CaptureType = CaptureType.getNonReferenceType().withConst();
15873     DeclRefType = CaptureType;
15879                     CaptureType, Invalid);