Home
last modified time | relevance | path

Searched refs:isUppercase (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h126 LLVM_READONLY inline bool isUppercase(unsigned char c) { in isUppercase() function
225 if (isUppercase(c)) in toLowercase()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp525 bool NoLowering = (isUppercase(PropertyNameString[0]) && in rewriteToObjCProperty()
527 isUppercase(PropertyNameString[1])); in rewriteToObjCProperty()
1191 if (CGetterName[0] && isUppercase(CGetterName[0])) { in migrateProperty()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp265 (Name[1] == '_' || isUppercase(Name[1]))) in isInStlNamespace()