Home
last modified time | relevance | path

Searched refs:CoreturnLoc (Results 1 – 5 of 5) 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/llvm-project/clang/include/clang/AST/
DStmtCXX.h457 SourceLocation CoreturnLoc; variable
466 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall,
468 : Stmt(CoreturnStmtClass), CoreturnLoc(CoreturnLoc), in Stmt()
476 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc()
492 SourceLocation getBeginLoc() const LLVM_READONLY { return CoreturnLoc; } in getBeginLoc()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp463 S->CoreturnLoc = Record.readSourceLocation(); in VisitCoreturnStmt()
/external/clang/lib/Sema/
DTreeTransform.h1306 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result) { in RebuildCoreturnStmt() argument
1307 return getSema().BuildCoreturnStmt(CoreturnLoc, Result); in RebuildCoreturnStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h1458 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result, in RebuildCoreturnStmt() argument
1460 return getSema().BuildCoreturnStmt(CoreturnLoc, Result, IsImplicit); in RebuildCoreturnStmt()