Searched refs:ignoreLiteralAdditions (Results 1 – 1 of 1) sorted by relevance
4910 static const Expr *ignoreLiteralAdditions(const Expr *Ex, ASTContext &Ctx) { in ignoreLiteralAdditions() function4955 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context); in CheckStrlcpycatArguments()4956 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context); in CheckStrlcpycatArguments()4971 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context); in CheckStrlcpycatArguments()