Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1364 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedIDChar() local
1366 return C11AllowedIDChars.contains(C); in isAllowedIDChar()