Home | History | Annotate | Download | only in AST

Lines Matching refs:CharSize

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