Home
last modified time | relevance | path

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

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