Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2471 return Actions.ActOnReturnStmt(ReturnLoc, R.get(), getCurScope()); in ParseReturnStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3736 Sema::ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, in ActOnReturnStmt() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10881 StmtResult ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp,