Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1387 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedIDChar() local
1389 return C11AllowedIDChars.contains(C); in isAllowedIDChar()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1440 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedIDChar() local
1442 return C11AllowedIDChars.contains(C); in isAllowedIDChar()