Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h173 unsigned char FirstCoroutineStmtKind : 2; variable
505 FirstCoroutineStmtKind = llvm::StringSwitch<unsigned char>(Keyword) in setFirstCoroutineStmt()
514 switch (FirstCoroutineStmtKind) { in getFirstCoroutineStmtKeyword()