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

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

Completed in 532 milliseconds