Searched refs:C11AllowedIDChars (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ | ||
D | UnicodeCharSets.h | 103 static const UnicodeCharRange C11AllowedIDChars[] = { variable |
D | Lexer.cpp | 1364 return isCharInSet(C, C11AllowedIDChars); in isAllowedIDChar() |