Searched defs:isIdentifierBody (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp893 /// isIdentifierBody - Return true if this is the body character of an
895 static inline bool isIdentifierBody(unsigned char c) { function
1264 while (isIdentifierBody(C))
1312 } else if (!isIdentifierBody(C)) { // FIXME: UCNs.
1321 while (isIdentifierBody(C)) { // FIXME: UCNs.

Completed in 362 milliseconds