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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 6475         auto *VD = dyn_cast<VarDecl>(D);
 6478           if (VarDecl *Private = isOpenMPCapturedDecl(D)) {
 6481             PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(),
 6486         DSAStack->addLoopControlVariable(D, VD);
 6488         if (LD != D->getCanonicalDecl()) {
 6505             DSAStack->getTopDSA(D, /*FromParent=*/false);
 6530           reportOriginalDsa(*this, DSAStack, D, DVar,
 6538             DSAStack->addDSA(D, LoopDeclRefExpr, PredeterminedCKind,