Searched refs:isAllowedInitiallyIDChar (Results 1 – 2 of 2) sorted by relevance
1401 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts) { in isAllowedInitiallyIDChar() function2851 if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) { in LexUnicode()
1454 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts) { in isAllowedInitiallyIDChar() function3117 if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) { in LexUnicode()