Searched refs:QuantityType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DCharUnits.h40 typedef int64_t QuantityType; typedef in class:clang::CharUnits
43 QuantityType Quantity;
45 explicit CharUnits(QuantityType C) : Quantity(C) {}
63 static CharUnits fromQuantity(QuantityType Quantity) {
134 CharUnits operator* (QuantityType N) const {
137 CharUnits operator/ (QuantityType N) const {
140 QuantityType operator/ (const CharUnits &Other) const {
143 CharUnits operator% (QuantityType N) const {
146 QuantityType operator% (const CharUnits &Other) const {
163 QuantityType getQuantit
[all...]

Completed in 210 milliseconds