Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h173 unsigned char FirstCoroutineStmtKind : 2; variable
493 FirstCoroutineStmtKind = llvm::StringSwitch<unsigned char>(Keyword) in setFirstCoroutineStmt()
502 switch (FirstCoroutineStmtKind) { in getFirstCoroutineStmtKeyword()