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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5921 ExprResult Sema::ActOnFinishFullExpr(Expr *FE, SourceLocation CC, function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h2965 return FullExprArg(ActOnFinishFullExpr(Arg, CC).get());
2969 ActOnFinishFullExpr(Arg, Arg ? Arg->getExprLoc() : SourceLocation(),
4426 ExprResult ActOnFinishFullExpr(Expr *Expr) { function in class:clang::Sema
4427 return ActOnFinishFullExpr(Expr, Expr ? Expr->getExprLoc()
4430 ExprResult ActOnFinishFullExpr(Expr *Expr, SourceLocation CC,

Completed in 493 milliseconds