Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h472 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSizeNoWarn()
538 static bool isObviouslySimpleCharacter(char C) { in isObviouslySimpleCharacter() function
549 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++; in getAndAdvanceChar()
580 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSize()
/external/llvm-project/clang/include/clang/Lex/
DLexer.h551 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSizeNoWarn()
622 static bool isObviouslySimpleCharacter(char C) { in isObviouslySimpleCharacter() function
633 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++; in getAndAdvanceChar()
664 if (isObviouslySimpleCharacter(Ptr[0])) { in getCharAndSize()
/external/clang/lib/Lex/
DLexer.cpp711 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in AdvanceToTokenCharacter()
719 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in AdvanceToTokenCharacter()
740 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in AdvanceToTokenCharacter()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp731 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr))) in getTokenPrefixLength()
739 while (Lexer::isObviouslySimpleCharacter(*TokPtr)) { in getTokenPrefixLength()
760 if (!Lexer::isObviouslySimpleCharacter(*TokPtr)) in getTokenPrefixLength()