Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1372 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts) { in isAllowedInitiallyIDChar() function
2819 if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) { in LexUnicode()