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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h756 bool tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1594 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, function in class:Lexer
1718 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {
1802 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1826 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1897 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {}

Completed in 169 milliseconds