Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCharInfo.h123 LLVM_READONLY inline bool isAlphanumeric(unsigned char c) { in isAlphanumeric() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp162 return isAlphanumeric(C); in isHTMLIdentifierCharacter()
208 return isAlphanumeric(C); in isCommandNameCharacter()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp172 if (isAlphanumeric(Code[0])) { in getNextToken()
186 if (TokenLength == Code.size() || !isAlphanumeric(Code[TokenLength])) in getNextToken()
/openbsd-src/gnu/llvm/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.cpp2141 if (!isAlphanumeric(C)) in createModuleFromSource()
H A DCompilerInvocation.cpp2207 return !isAlphanumeric(C) && C != '-' && C != '_'; in checkVerifyPrefixes()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp201 if (Advance == 1 && !isAlphanumeric(Text[0])) in getStringSplit()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp2035 Filename = Filename.drop_until(isAlphanumeric); in LookupHeaderIncludeOrImport()
2036 while (!Filename.empty() && !isAlphanumeric(Filename.back())) { in LookupHeaderIncludeOrImport()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2496 if (!isAlphanumeric(c)) in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2570 if (!isAlphanumeric(c)) in RewriteObjCStringLiteral()