Home
last modified time | relevance | path

Searched refs:LCDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7741 ValueDecl *LCDecl = nullptr; member in __anon296aa5743911::OpenMPIterationSpaceChecker
7860 if (!LCDecl) { in dependent()
7877 LCDecl = getCanonicalDecl(NewLCDecl); in setLCDeclAndLB()
8211 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8215 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8355 << S->getSourceRange() << LCDecl; in checkAndSetInc()
8926 auto *VD = dyn_cast<VarDecl>(LCDecl); in buildCounterVar()
8943 if (LCDecl && !LCDecl->isInvalidDecl()) { in buildPrivateCounterVar()
8947 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr, in buildPrivateCounterVar()
8948 isa<VarDecl>(LCDecl) in buildPrivateCounterVar()
[all …]