Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h608 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSizeNoWarn()
677 static bool isObviouslySimpleCharacter(char C) { in isObviouslySimpleCharacter() function
688 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++; in getAndAdvanceChar()
716 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSize()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp799 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in getTokenPrefixLength()
807 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in getTokenPrefixLength()
827 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in getTokenPrefixLength()