clang 19.0.0git
Classes | Namespaces | Functions
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
 YAML serialization mapping.
 

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.