Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h100 enum class FirstCoroutineStmtKind { CoReturn, CoAwait, CoYield }; enumerator
511 llvm::to_underlying(FirstCoroutineStmtKind::CoReturn)) in setFirstCoroutineStmt()
524 case FirstCoroutineStmtKind::CoReturn: in getFirstCoroutineStmtKeyword()