Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp465 S->CoreturnLoc = Record.readSourceLocation(); in VisitCoreturnStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1459 StmtResult RebuildCoreturnStmt(SourceLocation CoreturnLoc, Expr *Result, in RebuildCoreturnStmt() argument
1461 return getSema().BuildCoreturnStmt(CoreturnLoc, Result, IsImplicit); in RebuildCoreturnStmt()