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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2180 return Actions.ActOnReturnStmt(ReturnLoc, R.get(), getCurScope());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3586 Sema::ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, function in class:Sema
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4470 StmtResult ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp,

Completed in 144 milliseconds