Searched refs:CoreturnLoc (Results 1 – 2 of 2) sorted by relevance
380 SourceLocation CoreturnLoc; variable387 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall) in CoreturnStmt() argument388 : Stmt(CoreturnStmtClass), CoreturnLoc(CoreturnLoc) { in CoreturnStmt()393 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc()406 SourceLocation getLocStart() const LLVM_READONLY { return CoreturnLoc; } in getLocStart()
1306 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result) { in RebuildCoreturnStmt() argument1307 return getSema().BuildCoreturnStmt(CoreturnLoc, Result); in RebuildCoreturnStmt()