Searched refs:LCDecl (Results 1 – 1 of 1) sorted by relevance
7211 ValueDecl *LCDecl = nullptr; member in __anon4581b7f83411::OpenMPIterationSpaceChecker7330 if (!LCDecl) { in dependent()7347 LCDecl = getCanonicalDecl(NewLCDecl); in setLCDeclAndLB()7681 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()7685 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()7825 << S->getSourceRange() << LCDecl; in checkAndSetInc()8392 auto *VD = dyn_cast<VarDecl>(LCDecl); in buildCounterVar()8409 if (LCDecl && !LCDecl->isInvalidDecl()) { in buildPrivateCounterVar()8413 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr, in buildPrivateCounterVar()8414 isa<VarDecl>(LCDecl) in buildPrivateCounterVar()[all …]