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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h430 if (isObviouslySimpleCharacter(Ptr[0])) {
492 /// isObviouslySimpleCharacter - Return true if the specified character is
496 static bool isObviouslySimpleCharacter(char C) { function in class:clang::Lexer
507 if (isObviouslySimpleCharacter(Ptr[0])) return *Ptr++;
538 if (isObviouslySimpleCharacter(Ptr[0])) {

Completed in 115 milliseconds