Searched defs:ReturnLoc (Results 1 – 6 of 6) sorted by relevance
147 MachineBasicBlock::iterator ReturnLoc = --MBB->end(); in runOnMachineFunction() local
300 static InitializedEntity InitializeResult(SourceLocation ReturnLoc, in InitializeResult()305 static InitializedEntity InitializeStmtExprResult(SourceLocation ReturnLoc, in InitializeStmtExprResult()
3594 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in ActOnCapScopeReturnStmt()3806 SourceLocation ReturnLoc, in DeduceFunctionTypeFromReturnExpr()3916 Sema::ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, in ActOnReturnStmt()3941 StmtResult Sema::BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in BuildReturnStmt()
10567 SourceLocation ReturnLoc, in CheckReturnValExpr()
1408 StmtResult RebuildReturnStmt(SourceLocation ReturnLoc, Expr *Result) { in RebuildReturnStmt()
2183 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. in ParseReturnStatement() local