Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h680 bool tryConsumeIdentifierUTF8Char(const char *&CurPtr);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h768 bool tryConsumeIdentifierUTF8Char(const char *&CurPtr);
/external/clang/lib/Lex/
DLexer.cpp1481 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char() function in Lexer
1558 } else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) { in LexIdentifier()
1641 if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) in LexNumericConstant()
1665 else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) in LexUDSuffix()
1735 else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) {} in LexUDSuffix()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1618 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char() function in Lexer
1723 } else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) { in LexIdentifier()
1806 if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) in LexNumericConstant()
1830 else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) in LexUDSuffix()
1900 else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) {} in LexUDSuffix()