Searched refs:ActOnCoreturnStmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp847 StmtResult Sema::ActOnCoreturnStmt(Scope *S, SourceLocation Loc, Expr *E) { function in class:Sema
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2154 return Actions.ActOnCoreturnStmt(getCurScope(), ReturnLoc, R.get());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9552 StmtResult ActOnCoreturnStmt(Scope *S, SourceLocation KwLoc, Expr *E);

Completed in 103 milliseconds