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

/external/clang/include/clang/Basic/
H A DCharInfo.h49 LLVM_READONLY static inline bool isIdentifierHead(unsigned char c, function in namespace:clang
186 if (S.empty() || !isIdentifierHead(S[0]))

Completed in 158 milliseconds