Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h161 unsigned char FirstCoroutineStmtKind : 2; variable
452 FirstCoroutineStmtKind = llvm::StringSwitch<unsigned char>(Keyword) in setFirstCoroutineStmt()
461 switch (FirstCoroutineStmtKind) { in getFirstCoroutineStmtKeyword()