Home | History | Annotate | Download | only in AST

Lines Matching full:charsize

1636 int64_t ASTContext::toBits(CharUnits CharSize) const {
1637 return CharSize.getQuantity() * getCharWidth();