Lines Matching refs:getDecl

247     const NamedDecl *ND = DR->getDecl();  in getIncrementedVar()
305 const VarDecl *vdLHS = drLHS ? dyn_cast<VarDecl>(drLHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
306 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
316 const VarDecl *vdInc = cast<VarDecl>(drInc->getDecl()); in checkLoopConditionForFloat()
327 os << "Variable '" << drCond->getDecl()->getName() in checkLoopConditionForFloat()
338 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat()
378 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
420 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
461 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
499 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
539 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
580 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
666 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp, in checkCall_mkstemp()
699 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcpy()
727 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcat()
815 BR.EmitBasicReport(AC->getDecl(), in checkDeprecatedOrUnsafeBufferHandling()
889 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(), in checkCall_rand()
914 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, in checkCall_random()
934 BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork, in checkCall_vfork()
985 AC->getDecl(), filter.checkName_decodeValueOfObjCType, in checkMsg_decodeValueOfObjCType()
1053 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(), in checkUncheckedReturnValue()