Searched defs:RetValExp (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp2254 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { argument
2265 if (RetValExp && !isa<InitListExpr>(RetValExp)) {
2266 ExprResult Result = DefaultFunctionArrayLvalueConversion(RetValExp);
2269 RetValExp = Result.take();
2271 if (!RetValExp->isTypeDependent())
2272 FnRetType = RetValExp->getType();
2276 if (RetValExp) {
2281 << RetValExp->getSourceRange();
2315 if (RetValExp
2371 ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) argument
[all...]
H A DSemaChecking.cpp3436 Sema::CheckReturnStackAddr(Expr *RetValExp, QualType lhsType, argument
3446 stackE = EvalAddr(RetValExp, refVars, /*ParentDecl=*/0);
3448 stackE = EvalVal(RetValExp, refVars, /*ParentDecl=*/0);

Completed in 51 milliseconds