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

/external/clang/lib/Sema/
H A DSemaChecking.cpp3724 const Expr *CompareWithSrc = NULL; local
3728 CompareWithSrc = Ex;
3734 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context);
3738 if (!CompareWithSrc)
3749 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc);

Completed in 197 milliseconds