Home
last modified time | relevance | path

Searched refs:isLowercase (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h120 LLVM_READONLY inline bool isLowercase(unsigned char c) { in isLowercase() function
234 if (isLowercase(c)) in toUppercase()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp138 if (it == endI || !isLowercase(*it)) in followsCreateRule()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp638 return ((name.size() == word.size() || !isLowercase(name[word.size()])) && in startsWithWord()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2563 isLowercase(Name[0]) != isLowercase(RealPathName[0])) { in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp668 front = isLowercase(front) ? toUppercase(front) : toLowercase(front); in findSetter()
H A DSemaObjC.cpp989 return !isLowercase(str.front()); in isSetterLikeSelector()