Searched refs:LCDecl (Results 1 – 1 of 1) sorted by relevance
7976 ValueDecl *LCDecl = nullptr; member in __anon8e68b8fa3a11::OpenMPIterationSpaceChecker8096 if (!LCDecl) { in dependent()8113 LCDecl = getCanonicalDecl(NewLCDecl); in setLCDeclAndLB()8445 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()8449 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()8589 << S->getSourceRange() << LCDecl; in checkAndSetInc()9173 auto *VD = dyn_cast<VarDecl>(LCDecl); in buildCounterVar()9190 if (LCDecl && !LCDecl->isInvalidDecl()) { in buildPrivateCounterVar()9194 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr, in buildPrivateCounterVar()9195 isa<VarDecl>(LCDecl) in buildPrivateCounterVar()[all …]