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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5665 ExprResult Sema::ActOnFinishFullExpr(Expr *FE, SourceLocation CC, function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h2766 return FullExprArg(ActOnFinishFullExpr(Arg, CC).release());
2770 ActOnFinishFullExpr(Arg, Arg ? Arg->getExprLoc() : SourceLocation(),
4211 ExprResult ActOnFinishFullExpr(Expr *Expr) { function in class:clang::Sema
4212 return ActOnFinishFullExpr(Expr, Expr ? Expr->getExprLoc()
4215 ExprResult ActOnFinishFullExpr(Expr *Expr, SourceLocation CC,

Completed in 88 milliseconds