Lines Matching refs:getDecl

245     const NamedDecl *ND = DR->getDecl();  in getIncrementedVar()
303 const VarDecl *vdLHS = drLHS ? dyn_cast<VarDecl>(drLHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
304 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
314 const VarDecl *vdInc = cast<VarDecl>(drInc->getDecl()); in checkLoopConditionForFloat()
325 os << "Variable '" << drCond->getDecl()->getName() in checkLoopConditionForFloat()
336 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat()
376 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
418 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
459 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
497 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
537 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
578 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
664 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mkstemp, in checkCall_mkstemp()
697 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcpy()
725 BR.EmitBasicReport(AC->getDecl(), filter.checkName_strcpy, in checkCall_strcat()
812 BR.EmitBasicReport(AC->getDecl(), in checkDeprecatedOrUnsafeBufferHandling()
891 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(), in checkCall_rand()
912 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, in checkCall_random()
932 BR.EmitBasicReport(AC->getDecl(), filter.checkName_vfork, in checkCall_vfork()
985 AC->getDecl(), filter.checkName_decodeValueOfObjCType, in checkMsg_decodeValueOfObjCType()
1063 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(), in checkUncheckedReturnValue()