Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h105 LLVM_READONLY inline bool isLowercase(unsigned char c) { in isLowercase() function
218 if (isLowercase(c)) in toUppercase()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp139 if (it == endI || !isLowercase(*it)) in followsCreateRule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp606 return ((name.size() == word.size() || !isLowercase(name[word.size()])) && in startsWithWord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2453 isLowercase(Name[0]) != isLowercase(RealPathName[0])) { in HandleHeaderIncludeOrImport()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp667 front = isLowercase(front) ? toUppercase(front) : toLowercase(front); in findSetter()
H A DSemaChecking.cpp18473 return !isLowercase(str.front()); in isSetterLikeSelector()