reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
91 Out << toLower(C);
lib/Support/StringRef.cpp28 unsigned char LHC = toLower(LHS[I]); 29 unsigned char RHC = toLower(RHS[I]); 58 char L = toLower(C); 59 return find_if([L](char D) { return toLower(D) == L; }, From); 110 Result[i] = toLower(Data[i]); 197 if (toLower(Data[i]) == toLower(C)) 197 if (toLower(Data[i]) == toLower(C))tools/clang/tools/extra/clangd/SourceCode.cpp
956 C = llvm::toLower(C);
tools/lld/ELF/SyntheticSections.cpp 2516 h = h * 67 + toLower(c) - 113;