reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1564 (void)LoopScope.addPrivate(VD, [&VarEmission]() { 1567 if (LocalDeclMap.count(VD) || CapturedStmtInfo->lookup(VD) || 1567 if (LocalDeclMap.count(VD) || CapturedStmtInfo->lookup(VD) || 1568 VD->hasGlobalStorage()) { 1569 (void)LoopScope.addPrivate(PrivateVD, [this, VD, E]() { 1570 DeclRefExpr DRE(getContext(), const_cast<VarDecl *>(VD), 1571 LocalDeclMap.count(VD) || CapturedStmtInfo->lookup(VD), 1571 LocalDeclMap.count(VD) || CapturedStmtInfo->lookup(VD),