Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1401 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts) { in isAllowedInitiallyIDChar() function
2851 if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) { in LexUnicode()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1454 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts) { in isAllowedInitiallyIDChar() function
3117 if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) { in LexUnicode()