reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8194 if (!LC.capturesVariable()) 8196 const VarDecl *VD = LC.getCapturedVar(); 8197 if (LC.getCaptureKind() != LCK_ByRef && !VD->getType()->isPointerType()) 8202 if (LC.getCaptureKind() == LCK_ByRef) {