Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1235 static CompoundStmt *buildCoroutineBody(Stmt *Body, ASTContext &Context) { in buildCoroutineBody() function
1254 this->Body = buildCoroutineBody(Body, S.getASTContext()); in CoroutineStmtBuilder()