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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4957 const Expr *CompareWithSrc = nullptr; local
4965 CompareWithSrc = Ex;
4971 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context);
4975 if (!CompareWithSrc)
4986 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc);

Completed in 61 milliseconds