Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h100 enum class FirstCoroutineStmtKind { CoReturn, CoAwait, CoYield }; enumerator
513 llvm::to_underlying(FirstCoroutineStmtKind::CoAwait)) in setFirstCoroutineStmt()
526 case FirstCoroutineStmtKind::CoAwait: in getFirstCoroutineStmtKeyword()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h180 CoAwait, // ?__L operator co_await enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp344 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, CoAwait, in output()
H A DMicrosoftDemangle.cpp676 IFK::CoAwait, // ?__L operator co_await in translateIntrinsicFunctionCode()