Home
last modified time | relevance | path

Searched refs:isLetter (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp28 return isLetter(C); in isHTMLNamedCharacterReferenceCharacter()
158 return isLetter(C); in isHTMLIdentifierStartingCharacter()
204 return isLetter(C); in isCommandNameStartCharacter()
H A DStmt.cpp502 return isLetter(Str[0]) ? Str[0] : '\0'; in getModifier()
698 if (isLetter(EscapedChar)) { in AnalyzeAsmString()
H A DMicrosoftMangle.cpp4231 } else if (isLetter(Byte & 0x7f)) { in mangleStringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h132 LLVM_READONLY inline bool isLetter(unsigned char c) { in isLetter() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp190 while (P != End && !isLetter(*P)) in Search()
213 assert(isLetter(*P) && "-verify prefix must start with a letter"); in Search()
H A DCompilerInvocation.cpp2375 if (BadChar != Prefix.end() || !isLetter(Prefix[0])) { in checkVerifyPrefixes()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1085 if (isLetter(ThisTok[0])) { in ParseObjCSelectorPiece()
H A DParseDeclCXX.cpp4514 if (isLetter(Spelling[0])) { in TryParseCXX11AttributeIdentifier()