Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h533 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSizeNoWarn()
604 static bool isObviouslySimpleCharacter(char C) { in isObviouslySimpleCharacter() function
615 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++; in getAndAdvanceChar()
646 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp721 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in getTokenPrefixLength()
729 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in getTokenPrefixLength()
750 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in getTokenPrefixLength()