Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExpr.cpp2864 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h5521 ExprResult ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp15098 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() function in Sema