Home
last modified time | relevance | path

Searched refs:getPromiseCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h502 Expr *getPromiseCall() const { in getPromiseCall() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp397 EmitStmt(S.getPromiseCall()); in EmitCoreturnStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp437 Record.AddStmt(S->getPromiseCall()); in VisitCoreturnStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3243 if (CFGBlock *R = Visit(CRS->getPromiseCall())) in VisitReturnStmt()