Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCocoaConventions.cpp115 if (ch == 'c' && it != start && isLetter(*(it - 1))) in followsCreateRule()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentLexer.cpp28 return isLetter(C); in isHTMLNamedCharacterReferenceCharacter()
158 return isLetter(C); in isHTMLIdentifierStartingCharacter()
204 return isLetter(C); in isCommandNameStartCharacter()
HDStmt.cpp502 return isLetter(Str[0]) ? Str[0] : '\0'; in getModifier()
698 if (isLetter(EscapedChar)) { in AnalyzeAsmString()
HDMicrosoftMangle.cpp4231 } else if (isLetter(Byte & 0x7f)) { in mangleStringLiteral()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCharInfo.h132 LLVM_READONLY inline bool isLetter(unsigned char c) { in isLetter() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp190 while (P != End && !isLetter(*P)) in Search()
213 assert(isLetter(*P) && "-verify prefix must start with a letter"); in Search()
HDCompilerInvocation.cpp2375 if (BadChar != Prefix.end() || !isLetter(Prefix[0])) { in checkVerifyPrefixes()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp1085 if (isLetter(ThisTok[0])) { in ParseObjCSelectorPiece()
HDParseDeclCXX.cpp4514 if (isLetter(Spelling[0])) { in TryParseCXX11AttributeIdentifier()