Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1395 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in isAllowedIDChar() local
1397 return C99AllowedIDChars.contains(C); in isAllowedIDChar()
1433 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in maybeDiagnoseIDCharCompat() local
1437 if (!C99AllowedIDChars.contains(C)) { in maybeDiagnoseIDCharCompat()