Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp478 VarDecl *Sema::buildCoroutinePromise(SourceLocation Loc) { in buildCoroutinePromise() function in Sema
602 ScopeInfo->CoroutinePromise = S.buildCoroutinePromise(Loc); in checkCoroutineContext()
HDTreeTransform.h8413 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h2703 VarDecl *buildCoroutinePromise(SourceLocation Loc);