Home | History | Annotate | Download | only in AST

Lines Matching refs:CharSize

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