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

References

tools/clang/lib/Sema/SemaExpr.cpp
16066   CaptureType = Var->getType();
16067   DeclRefType = CaptureType.getNonReferenceType();
16094     if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType,
16163             CaptureType = Context.getLValueReferenceType(DeclRefType);
16222       Invalid = !captureInBlock(BSI, Var, ExprLoc, BuildAndDiagnose, CaptureType,
16227                                          CaptureType, DeclRefType, Nested,
16233           !captureInLambda(LSI, Var, ExprLoc, BuildAndDiagnose, CaptureType,