Home | History | Annotate | Download | only in AST

Lines Matching defs:CharWidth

108   uint64_t CharWidth;
145 assert(FieldOffset % CharWidth == 0 &&
171 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {