Searched defs:getQuantity (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DCharUnits.h178 /// getQuantity - Get the raw integer representation of this quantity.
179 QuantityType getQuantity() const { return Quantity; } function in class:clang::CharUnits
231 clang::CharUnits::QuantityType Quantity = CU.getQuantity();

Completed in 62 milliseconds