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

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

Completed in 325 milliseconds