Lines Matching refs:getDecl
215 const NamedDecl *ND = DR->getDecl(); in getIncrementedVar()
273 const VarDecl *vdLHS = drLHS ? dyn_cast<VarDecl>(drLHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
274 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
287 assert(drInc->getDecl()); in checkLoopConditionForFloat()
288 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat()
294 os << "Variable '" << drCond->getDecl()->getName() in checkLoopConditionForFloat()
305 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat()
345 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
387 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
428 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
466 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
506 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
547 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
634 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp, in checkCall_mkstemp()
666 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcpy()
693 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcat()
771 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(), in checkCall_rand()
796 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, in checkCall_random()
816 BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork, in checkCall_vfork()
887 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(), in checkUncheckedReturnValue()