Searched defs:ReturnLoc (Results 1 – 7 of 7) sorted by relevance
135 MachineBasicBlock::iterator ReturnLoc = --MBB->end(); in runOnMachineFunction() local
130 MachineBasicBlock::iterator ReturnLoc = --MBB->end(); in runOnMachineFunction() local
2860 Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in ActOnCapScopeReturnStmt()3062 SourceLocation ReturnLoc, in DeduceFunctionTypeFromReturnExpr()3158 Sema::ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, in ActOnReturnStmt()3176 StmtResult Sema::BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in BuildReturnStmt()
6505 SourceLocation ReturnLoc) { in CheckReturnStackAddr()6889 SourceLocation ReturnLoc, in CheckReturnValExpr()
1256 StmtResult RebuildReturnStmt(SourceLocation ReturnLoc, Expr *Result) { in RebuildReturnStmt()
241 static InitializedEntity InitializeResult(SourceLocation ReturnLoc, in InitializeResult()
1875 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. in ParseReturnStatement() local