Searched refs:isLetter (Results 1 – 9 of 9) sorted by relevance
114 if (ch == 'c' && it != start && isLetter(*(it - 1))) in followsCreateRule()
28 return isLetter(C); in isHTMLNamedCharacterReferenceCharacter()158 return isLetter(C); in isHTMLIdentifierStartingCharacter()213 return isLetter(C); in isCommandNameStartCharacter()
509 return isLetter(Str[0]) ? Str[0] : '\0'; in getModifier()725 if (isLetter(EscapedChar)) { in AnalyzeAsmString()
4323 } else if (isLetter(Byte & 0x7f)) { in mangleStringLiteral()
132 LLVM_READONLY inline bool isLetter(unsigned char c) { in isLetter() function
191 while (P != End && !isLetter(*P)) in Search()214 assert(isLetter(*P) && "-verify prefix must start with a letter"); in Search()
2545 if (BadChar != Prefix.end() || !isLetter(Prefix[0])) { in checkVerifyPrefixes()
958 if (isLetter(ThisTok[0])) { in ParseObjCSelectorPiece()
4360 if (isLetter(Spelling[0])) { in TryParseCXX11AttributeIdentifier()