Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1366 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in isAllowedIDChar() local
1368 return C99AllowedIDChars.contains(C); in isAllowedIDChar()
1402 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in maybeDiagnoseIDCharCompat() local
1406 if (!C99AllowedIDChars.contains(C)) { in maybeDiagnoseIDCharCompat()