Home | History | Annotate | Download | only in AST

Lines Matching refs:CharTy

1005     InitBuiltinType(CharTy,            BuiltinType::Char_S);
1007 InitBuiltinType(CharTy, BuiltinType::Char_U);
4643 return 2 + (getIntWidth(CharTy) << 3);
4843 FieldTypes[2] = getPointerType(CharTy.withConst());
6073 QualType T = Context->getPointerType(Context->CharTy);
8048 Type = Context.CharTy;