Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8170 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
8211 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8215 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8260 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
8268 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
8307 getInitLCDecl(UO->getSubExpr()) == LCDecl) in checkAndSetInc()
8317 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8321 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetInc()
8331 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
8341 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()
[all …]