Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h501 void setFirstCoroutineStmt(SourceLocation Loc, StringRef Keyword) { in setFirstCoroutineStmt() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp682 ScopeInfo->setFirstCoroutineStmt(Loc, Keyword); in checkCoroutineContext()