My Project
Namespaces | Functions
StringExtras.h File Reference
#include "llvm/ADT/StringExtras.h"
#include <cctype>
Include dependency graph for StringExtras.h:
This graph shows which files directly or indirectly include this file:

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)