Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp1145 static CompoundStmt *buildCoroutineBody(Stmt *Body, ASTContext &Context) { in buildCoroutineBody() function
1164 this->Body = buildCoroutineBody(Body, S.getASTContext()); in CoroutineStmtBuilder()