Searched refs:LCDecl (Results 1 – 2 of 2) sorted by relevance
3915 ValueDecl *LCDecl = nullptr; member in __anon216cbd261411::OpenMPIterationSpaceChecker3948 ValueDecl *GetLoopDecl() const { return LCDecl; } in GetLoopDecl()3993 if (!LCDecl) { in Dependent()3997 return LCDecl->getType()->isDependentType() || in Dependent()4021 assert(LCDecl == nullptr && LB == nullptr && LCRef == nullptr && in SetLCDeclAndLB()4025 LCDecl = getCanonicalDecl(NewLCDecl); in SetLCDeclAndLB()4040 assert(LCDecl != nullptr && LB != nullptr && UB == nullptr && in SetUB()4054 assert(LCDecl != nullptr && LB != nullptr && Step == nullptr); in SetStep()4090 << LCDecl << TestIsLessOp << NewStep->getSourceRange(); in SetStep()4218 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) << LCDecl; in CheckCond()[all …]
6459 ValueDecl *LCDecl = nullptr; member in __anonf152f9343211::OpenMPIterationSpaceChecker6508 ValueDecl *getLoopDecl() const { return LCDecl; } in getLoopDecl()6578 if (!LCDecl) { in dependent()6582 return LCDecl->getType()->isDependentType() || in dependent()6591 assert(LCDecl == nullptr && LB == nullptr && LCRef == nullptr && in setLCDeclAndLB()6595 LCDecl = getCanonicalDecl(NewLCDecl); in setLCDeclAndLB()6614 assert(LCDecl != nullptr && LB != nullptr && UB == nullptr && in setUB()6630 assert(LCDecl != nullptr && LB != nullptr && Step == nullptr); in setStep()6671 << LCDecl << TestIsLessOp.getValue() << NewStep->getSourceRange(); in setStep()6785 LoopCounterRefChecker LoopStmtChecker(SemaRef, Stack, LCDecl, IsInitializer, in doesDependOnLoopCounter()[all …]