OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLowercase
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h
99
LLVM_READONLY inline bool
isLowercase
(unsigned char c) {
174
if (
isLowercase
(c))
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp
140
if (it == endI || !
isLowercase
(*it))
/src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp
548
return ((name.size() == word.size() || !
isLowercase
(name[word.size()])) &&
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
2148
isLowercase
(Name[0]) !=
isLowercase
(RealPathName[0])) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
662
front =
isLowercase
(front) ? toUppercase(front) : toLowercase(front);
Completed in 43 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026