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

References

tools/clang/lib/Sema/SemaDecl.cpp
13460     if (C.capturesVariable()) {
13461       VarDecl *VD = C.getCapturedVar();
13465       const bool ByRef = C.getCaptureKind() == LCK_ByRef;
13467           /*RefersToEnclosingVariableOrCapture*/true, C.getLocation(),
13468           /*EllipsisLoc*/C.isPackExpansion()
13469                          ? C.getEllipsisLoc() : SourceLocation(),
13472     } else if (C.capturesThis()) {
13473       LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(),
13474                           C.getCaptureKind() == LCK_StarThis);
13476       LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(),