Home | History | Annotate | Download | only in AST

Lines Matching refs:CharWidth

61   uint64_t CharWidth;
98 assert(FieldOffset % CharWidth == 0 &&
124 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {