Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp481 VarDecl *Sema::buildCoroutinePromise(SourceLocation Loc) { in buildCoroutinePromise() function in Sema
605 ScopeInfo->CoroutinePromise = S.buildCoroutinePromise(Loc); in checkCoroutineContext()
H A DTreeTransform.h7857 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation()); in TransformCoroutineBodyStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10576 VarDecl *buildCoroutinePromise(SourceLocation Loc);