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

References

tools/clang/lib/Sema/SemaType.cpp
 4364               createNullabilityAttr(Context, *attr, *inferNullability), T, T);
 4429         T = Context.getObjCObjectPointerType(T);
 4563             T = Context.IntTy;
 4577             if (T != Context.DependentTy) {
 4595             T = Context.IntTy;
 4616         T = Context.IntTy;
 4673         T = Context.getObjCObjectPointerType(T);
 4679           TInfo = TLB.getTypeSourceInfo(Context, T);
 4746           << Context.getTypeDeclType(Tag);
 4768         T = Context.getFunctionNoProtoType(T, EI);
 4784           T = Context.getFunctionNoProtoType(T, EI);
 4822               ParamTy = Context.IntTy;
 4827               ParamTy = Context.IntTy;
 4854               ParamTy = Context.getPromotedIntegerType(ParamTy);
 4858                 ParamTy = Context.DoubleTy;
 4952         T = Context.getFunctionType(T, ParamTys, EPI);
 4975           ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
 4994             ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
 5009         T = Context.IntTy;
 5027       T = Context.IntTy;
 5162       T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),
 5218         T = Context.getPackExpansionType(T, None);
 5231         T = Context.getPackExpansionType(T, None);
 5275     return Context.getTrivialTypeSourceInfo(T);