Home | History | Annotate | Download | only in AST

Lines Matching refs:CharTy

942     InitBuiltinType(CharTy,            BuiltinType::Char_S);
944 InitBuiltinType(CharTy, BuiltinType::Char_U);
4392 return 2 + (getIntWidth(CharTy) << 3);
4576 FieldTypes[2] = getPointerType(CharTy.withConst());
5784 QualType T = Context->getPointerType(Context->CharTy);
7551 Type = Context.CharTy;