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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp5407 static const Expr *ignoreLiteralAdditions(const Expr *Ex, ASTContext &Ctx) { function
5452 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
5453 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context);
5468 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context);

Completed in 116 milliseconds