Searched refs:isLetter (Results 1 – 8 of 8) sorted by relevance
28 return isLetter(C); in isHTMLNamedCharacterReferenceCharacter()158 return isLetter(C); in isHTMLIdentifierStartingCharacter()204 return isLetter(C); in isCommandNameStartCharacter()
502 return isLetter(Str[0]) ? Str[0] : '\0'; in getModifier()698 if (isLetter(EscapedChar)) { in AnalyzeAsmString()
4231 } else if (isLetter(Byte & 0x7f)) { in mangleStringLiteral()
132 LLVM_READONLY inline bool isLetter(unsigned char c) { in isLetter() function
190 while (P != End && !isLetter(*P)) in Search()213 assert(isLetter(*P) && "-verify prefix must start with a letter"); in Search()
2375 if (BadChar != Prefix.end() || !isLetter(Prefix[0])) { in checkVerifyPrefixes()
1085 if (isLetter(ThisTok[0])) { in ParseObjCSelectorPiece()
4514 if (isLetter(Spelling[0])) { in TryParseCXX11AttributeIdentifier()