Home
last modified time | relevance | path

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

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