Home | History | Annotate | Download | only in AST

Lines Matching refs:LongTy

949   InitBuiltinType(LongTy,              BuiltinType::Long);
4401 return 5 + (getIntWidth(LongTy) << 3);
4466 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
4578 FieldTypes[3] = LongTy;
6042 FieldTypes[0] = Context->LongTy;
6046 FieldTypes[1] = Context->LongTy;
6311 case TargetInfo::SignedLong: return LongTy;
7540 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;