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

References

tools/clang/lib/AST/ASTContext.cpp
 9424       if (Context.getTargetInfo().getLongWidth() == 32)
 9434       switch (Context.getTargetInfo().getInt64Type()) {
 9452       switch (Context.getTargetInfo().getIntTypeByWidth(32, true)) {
 9472       if (Context.getLangOpts().OpenCL)
 9488     Type = Context.VoidTy;
 9493     Type = Context.HalfTy;
 9498     Type = Context.FloatTy;
 9504       Type = Context.LongDoubleTy;
 9506       Type = Context.Float128Ty;
 9508       Type = Context.DoubleTy;
 9513       Type = Context.UnsignedShortTy;
 9515       Type = Context.ShortTy;
 9519       Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
 9519       Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
 9521       Type = Unsigned ? Context.UnsignedLongLongTy : Context.LongLongTy;
 9521       Type = Unsigned ? Context.UnsignedLongLongTy : Context.LongLongTy;
 9523       Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
 9523       Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
 9525       Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy;
 9525       Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy;
 9530       Type = Context.SignedCharTy;
 9532       Type = Context.UnsignedCharTy;
 9534       Type = Context.CharTy;
 9538     Type = Context.BoolTy;
 9542     Type = Context.getSizeType();
 9546     Type = Context.getWideCharType();
 9549     Type = Context.getCFConstantStringType();
 9552     Type = Context.getObjCIdType();
 9555     Type = Context.getObjCSelType();
 9558     Type = Context.getObjCSuperType();
 9561     Type = Context.getBuiltinVaListType();
 9573     Type = Context.getBuiltinVaListType();
 9576       Type = Context.getArrayDecayedType(Type);
 9578       Type = Context.getLValueReferenceType(Type);
 9586     QualType ElementType = DecodeTypeFromStr(Str, Context, Error,
 9591     Type = Context.getVectorType(ElementType, NumElements,
 9603     QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE,
 9605     Type = Context.getExtVectorType(ElementType, NumElements);
 9609     QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE,
 9612     Type = Context.getComplexType(ElementType);
 9616     Type = Context.getPointerDiffType();
 9619     Type = Context.getFILEType();
 9627       Type = Context.getsigjmp_bufType();
 9629       Type = Context.getjmp_bufType();
 9638     Type = Context.getucontext_tType();
 9646     Type = Context.getProcessIDType();
 9663         Type = Context.getAddrSpaceQualType(
 9665           Context.getLangASForBuiltinAddressSpace(AddrSpace));
 9669         Type = Context.getPointerType(Type);
 9671         Type = Context.getLValueReferenceType(Type);
 9679       Type = Context.getVolatileType(Type);