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()
3524 StmtResult Sema::ActOnCapScopeReturnStmt(SourceLocation ReturnLoc, in ActOnCapScopeReturnStmt()3734 SourceLocation ReturnLoc, in DeduceFunctionTypeFromReturnExpr()3844 Sema::ActOnReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp, in ActOnReturnStmt()3883 StmtResult Sema::BuildReturnStmt(SourceLocation ReturnLoc, Expr *RetValExp) { in BuildReturnStmt()
10840 SourceLocation ReturnLoc, in CheckReturnValExpr()
1408 StmtResult RebuildReturnStmt(SourceLocation ReturnLoc, Expr *Result) { in RebuildReturnStmt()
2188 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. in ParseReturnStatement() local