LLVM 20.0.0git
|
This file contains some functions that are useful when dealing with strings. More...
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <iterator>
#include <string>
#include <utility>
Go to the source code of this file.
This file contains some functions that are useful when dealing with strings.
Definition in file StringExtras.h.