reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 7271       T = Context.VoidTy;
 7274       T = Context.BoolTy;
 7279       T = Context.CharTy;
 7282       T = Context.UnsignedCharTy;
 7285       T = Context.UnsignedShortTy;
 7288       T = Context.UnsignedIntTy;
 7291       T = Context.UnsignedLongTy;
 7294       T = Context.UnsignedLongLongTy;
 7297       T = Context.UnsignedInt128Ty;
 7300       T = Context.SignedCharTy;
 7303       T = Context.WCharTy;
 7306       T = Context.ShortTy;
 7309       T = Context.IntTy;
 7312       T = Context.LongTy;
 7315       T = Context.LongLongTy;
 7318       T = Context.Int128Ty;
 7321       T = Context.HalfTy;
 7324       T = Context.FloatTy;
 7327       T = Context.DoubleTy;
 7330       T = Context.LongDoubleTy;
 7333       T = Context.ShortAccumTy;
 7336       T = Context.AccumTy;
 7339       T = Context.LongAccumTy;
 7342       T = Context.UnsignedShortAccumTy;
 7345       T = Context.UnsignedAccumTy;
 7348       T = Context.UnsignedLongAccumTy;
 7351       T = Context.ShortFractTy;
 7354       T = Context.FractTy;
 7357       T = Context.LongFractTy;
 7360       T = Context.UnsignedShortFractTy;
 7363       T = Context.UnsignedFractTy;
 7366       T = Context.UnsignedLongFractTy;
 7369       T = Context.SatShortAccumTy;
 7372       T = Context.SatAccumTy;
 7375       T = Context.SatLongAccumTy;
 7378       T = Context.SatUnsignedShortAccumTy;
 7381       T = Context.SatUnsignedAccumTy;
 7384       T = Context.SatUnsignedLongAccumTy;
 7387       T = Context.SatShortFractTy;
 7390       T = Context.SatFractTy;
 7393       T = Context.SatLongFractTy;
 7396       T = Context.SatUnsignedShortFractTy;
 7399       T = Context.SatUnsignedFractTy;
 7402       T = Context.SatUnsignedLongFractTy;
 7405       T = Context.Float16Ty;
 7408       T = Context.Float128Ty;
 7411       T = Context.OverloadTy;
 7414       T = Context.BoundMemberTy;
 7417       T = Context.PseudoObjectTy;
 7420       T = Context.DependentTy;
 7423       T = Context.UnknownAnyTy;
 7426       T = Context.NullPtrTy;
 7429       T = Context.Char8Ty;
 7432       T = Context.Char16Ty;
 7435       T = Context.Char32Ty;
 7438       T = Context.ObjCBuiltinIdTy;
 7441       T = Context.ObjCBuiltinClassTy;
 7444       T = Context.ObjCBuiltinSelTy;
 7457       T = Context.OCLSamplerTy;
 7460       T = Context.OCLEventTy;
 7463       T = Context.OCLClkEventTy;
 7466       T = Context.OCLQueueTy;
 7469       T = Context.OCLReserveIDTy;
 7472       T = Context.getAutoDeductType();
 7475       T = Context.getAutoRRefDeductType();
 7478       T = Context.ARCUnbridgedCastTy;
 7481       T = Context.BuiltinFnTy;
 7484       T = Context.OMPArraySectionTy;
 7493     assert(!T.isNull() && "Unknown predefined type");
 7494     return T.withFastQualifiers(FastQuals);