Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h138 LLVM_READONLY inline bool isAlphanumeric(unsigned char c) { in isAlphanumeric() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp162 return isAlphanumeric(C); in isHTMLIdentifierCharacter()
208 return isAlphanumeric(C); in isCommandNameCharacter()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp166 while ((isAlphanumeric(*PEnd) || *PEnd == '-' || *PEnd == '_') && in NextMarker()
205 while (PEnd != End && (isAlphanumeric(*PEnd) in Search()
H A DCompilerInstance.cpp2210 if (!isAlphanumeric(C)) in createModuleFromSource()
H A DCompilerInvocation.cpp2373 return !isAlphanumeric(C) && C != '-' && C != '_'; in checkVerifyPrefixes()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp201 if (Advance == 1 && !isAlphanumeric(Text[0])) in getStringSplit()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2159 Filename = Filename.drop_until(isAlphanumeric); in LookupHeaderIncludeOrImport()
2160 while (!Filename.empty() && !isAlphanumeric(Filename.back())) { in LookupHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2569 if (!isAlphanumeric(c)) in RewriteObjCStringLiteral()