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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1452 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts) { function
3098 if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) {

Completed in 163 milliseconds