Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h584 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSizeNoWarn()
655 static bool isObviouslySimpleCharacter(char C) { in isObviouslySimpleCharacter() function
666 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++; in getAndAdvanceChar()
697 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSize()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp737 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in getTokenPrefixLength()
745 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in getTokenPrefixLength()
766 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in getTokenPrefixLength()