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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp481 VarDecl *Sema::buildCoroutinePromise(SourceLocation Loc) { function in class:Sema
593 ScopeInfo->CoroutinePromise = S.buildCoroutinePromise(Loc);
H A DTreeTransform.h7317 auto *Promise = SemaRef.buildCoroutinePromise(FD->getLocation());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9563 VarDecl *buildCoroutinePromise(SourceLocation Loc);

Completed in 219 milliseconds