Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp105 KEYCOROUTINES = 0x80000, enumerator
153 if (LangOpts.Coroutines && (Flags & KEYCOROUTINES)) return KS_Enabled; in getKeywordStatus()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def36 #define COROUTINES_KEYWORD(X) CXX20_KEYWORD(X,KEYCOROUTINES)
276 // KEYCOROUTINES - This is a keyword if support for C++ coroutines is enabled