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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 4103     BaseType = GetTypeFromParser(TemplateTypeTy, &TInfo);
 4104     if (BaseType.isNull())
 4107     BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
 4131           BaseType = CheckTypenameType(ETK_None, SourceLocation(),
 4134           if (BaseType.isNull())
 4137           TInfo = Context.CreateTypeSourceInfo(BaseType);
 4154       if (R.empty() && BaseType.isNull() &&
 4189       if (!TyD && BaseType.isNull()) {
 4196     if (BaseType.isNull()) {
 4197       BaseType = Context.getTypeDeclType(TyD);
 4200         BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(),
 4201                                              BaseType);
 4202         TInfo = Context.CreateTypeSourceInfo(BaseType);
 4212     TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
 4214   return BuildBaseInitializer(BaseType, TInfo, Init, ClassDecl, EllipsisLoc);