clang 22.0.0git
CharUnits.h File Reference
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h"

Go to the source code of this file.

Classes

class  clang::CharUnits
 CharUnits - This is an opaque type for sizes expressed in character units. More...
struct  llvm::DenseMapInfo< clang::CharUnits >

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.

Functions

clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, const clang::CharUnits &CU)

Function Documentation

◆ operator*()

clang::CharUnits operator* ( clang::CharUnits::QuantityType Scale,
const clang::CharUnits & CU )
inline

Definition at line 225 of file CharUnits.h.