Home | History | Annotate | Download | only in Parse

Lines Matching refs:ReturnLoc

1834   SourceLocation ReturnLoc = ConsumeToken();  // eat the 'return'.
1860 return Actions.ActOnCoreturnStmt(ReturnLoc, R.get());
1861 return Actions.ActOnReturnStmt(ReturnLoc, R.get(), getCurScope());