Home
last modified time | relevance | path

Searched refs:toLowercase (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h224 LLVM_READONLY inline char toLowercase(char c) { in toLowercase() function
/src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp38 Result += toLowercase(*S) * 13; in HashHMapKey()
H A DPPDirectives.cpp2528 toLowercase(Name[0]) == toLowercase(RealPathName[0]) && in HandleHeaderIncludeOrImport()
/src/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp747 return (Twine(toLowercase(Name[3])) + Name.drop_front(4)).str(); in getPropertyNameFromSetterSelector()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp529 PropertyNameString[0] = toLowercase(PropertyNameString[0]); in rewriteToObjCProperty()
819 (StringLit[0] == '0' && (toLowercase(StringLit[1]) == 'x')); in UseNSOptionsMacro()
1146 NameString[0] = toLowercase(NameString[0]); in IsValidIdentifier()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp219 switch (toLowercase(Code[1])) { in consumeNumberLiteral()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp670 front = isLowercase(front) ? toUppercase(front) : toLowercase(front); in findSetter()