not the default one (which is always empty).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84721
91177308-0d34-0410-b5e6-
96231b3b80d8
// Temporary workaround. All of these transformations should
// eventually turn into transformations on TypeLocs.
DeclaratorInfo *DI = getSema().Context.CreateDeclaratorInfo(T);
- DI->getTypeLoc().initialize(getBaseLocation());
+ DI->getTypeLoc().initialize(getDerived().getBaseLocation());
DeclaratorInfo *NewDI = getDerived().TransformType(DI);