My Project
|
#include "llvm/ADT/StringExtras.h"
#include <cctype>
Go to the source code of this file.
Namespaces | |
mlir | |
Functions | |
std::string | mlir::convertToSnakeCase (llvm::StringRef input) |
std::string | mlir::convertToCamelCase (llvm::StringRef input, bool capitalizeFirst=false) |