Home
last modified time | relevance | path

Searched refs:CoreturnLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h380 SourceLocation CoreturnLoc; variable
387 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall) in CoreturnStmt() argument
388 : Stmt(CoreturnStmtClass), CoreturnLoc(CoreturnLoc) { in CoreturnStmt()
393 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc()
406 SourceLocation getLocStart() const LLVM_READONLY { return CoreturnLoc; } in getLocStart()
/external/clang/lib/Sema/
DTreeTransform.h1306 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result) { in RebuildCoreturnStmt() argument
1307 return getSema().BuildCoreturnStmt(CoreturnLoc, Result); in RebuildCoreturnStmt()