Searched refs:LCDecl (Results 1 – 1 of 1) sorted by relevance
3967 ValueDecl *LCDecl = nullptr; member in __anon45dbc4932111::OpenMPIterationSpaceChecker4055 if (!LCDecl) { in dependent()4072 LCDecl = getCanonicalDecl(NewLCDecl); in setLCDeclAndLB()4330 << S->getSourceRange() << LCDecl; in checkAndSetCond()4361 << RHS->getSourceRange() << LCDecl; in checkAndSetIncRHS()4439 << S->getSourceRange() << LCDecl; in checkAndSetInc()4592 auto *VD = dyn_cast<VarDecl>(LCDecl); in buildCounterVar()4609 if (LCDecl && !LCDecl->isInvalidDecl()) { in buildPrivateCounterVar()4613 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr, in buildPrivateCounterVar()4614 isa<VarDecl>(LCDecl) in buildPrivateCounterVar()[all …]