Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h117 LLVM_READONLY inline bool isAlphanumeric(unsigned char c) { in isAlphanumeric() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp201 if (Advance == 1 && !isAlphanumeric(Text[0])) in getStringSplit()
794 isAlphanumeric(Lines[i][IndentPrefix.size()])) { in BreakableLineCommentSection()
818 (isAlphanumeric(FirstNonSpace) || in BreakableLineCommentSection()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp181 return isAlphanumeric(C); in isHTMLIdentifierCharacter()
227 return isAlphanumeric(C); in isCommandNameCharacter()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp172 if (isAlphanumeric(Code[0])) { in getNextToken()
186 if (TokenLength == Code.size() || !isAlphanumeric(Code[TokenLength])) in getNextToken()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp168 while ((isAlphanumeric(*PEnd) || *PEnd == '-' || *PEnd == '_') && in NextMarker()
207 while (PEnd != End && (isAlphanumeric(*PEnd) in Search()
H A DCompilerInstance.cpp2046 if (!isAlphanumeric(C)) in createModuleFromSource()
H A DCompilerInvocation.cpp2108 return !isAlphanumeric(C) && C != '-' && C != '_'; in checkVerifyPrefixes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1882 Filename = Filename.drop_until(isAlphanumeric); in LookupHeaderIncludeOrImport()
1883 while (!Filename.empty() && !isAlphanumeric(Filename.back())) { in LookupHeaderIncludeOrImport()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2496 if (!isAlphanumeric(c)) in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2569 if (!isAlphanumeric(c)) in RewriteObjCStringLiteral()