Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReturnLoc

1155   StmtResult RebuildReturnStmt(SourceLocation ReturnLoc, Expr *Result) {
1156 return getSema().ActOnReturnStmt(ReturnLoc, Result);