Lines Matching refs:getInitLCDecl
8170 static const ValueDecl *getInitLCDecl(const Expr *E) { in getInitLCDecl() function
8211 if (getInitLCDecl(LHS) == LCDecl) in checkAndSetCond()
8215 if (getInitLCDecl(RHS) == LCDecl) in checkAndSetCond()
8220 return setUB(const_cast<Expr *>(getInitLCDecl(LHS) == LCDecl ? RHS : LHS), in checkAndSetCond()
8260 if (getInitLCDecl(BO->getLHS()) == LCDecl) in checkAndSetIncRHS()
8262 if (IsAdd && getInitLCDecl(BO->getRHS()) == LCDecl) in checkAndSetIncRHS()
8268 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetIncRHS()
8270 if (IsAdd && getInitLCDecl(CE->getArg(1)) == 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()
8345 if (getInitLCDecl(CE->getArg(0)) == LCDecl) in checkAndSetInc()