Home
last modified time | relevance | path

Searched refs:ActOnStmtExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3096 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7064 ExprResult ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15633 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() function in Sema