Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DUnicodeCharSets.h103 static const UnicodeCharRange C11AllowedIDChars[] = { variable
DLexer.cpp1364 return isCharInSet(C, C11AllowedIDChars); in isAllowedIDChar()