Searched refs:ignoreLiteralAdditions (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4910 static const Expr *ignoreLiteralAdditions(const Expr *Ex, ASTContext &Ctx) { function
4955 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
4956 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context);
4971 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context);

Completed in 69 milliseconds