Lines Matching refs:OrigDecl
140 TypedefNameDecl *OrigDecl = TL.getTypedefNameDecl(); in TransformTypedefType() local
141 TypedefNameDecl *Decl = OrigDecl; in TransformTypedefType()
144 bool InDependentContext = OrigDecl->getDeclContext()->isDependentContext(); in TransformTypedefType()
162 OrigDecl, /*IsTypeAlias=*/isa<TypeAliasDecl>(OrigDecl))); in TransformTypedefType()
169 TransformType(InnerTLB, OrigDecl->getTypeSourceInfo()->getTypeLoc()); in TransformTypedefType()
171 if (isa<TypeAliasDecl>(OrigDecl)) in TransformTypedefType()
173 Context, Context.getTranslationUnitDecl(), OrigDecl->getBeginLoc(), in TransformTypedefType()
174 OrigDecl->getLocation(), OrigDecl->getIdentifier(), TSI); in TransformTypedefType()
176 assert(isa<TypedefDecl>(OrigDecl) && "Not a Type alias or typedef"); in TransformTypedefType()
178 Context, Context.getTranslationUnitDecl(), OrigDecl->getBeginLoc(), in TransformTypedefType()
179 OrigDecl->getLocation(), OrigDecl->getIdentifier(), TSI); in TransformTypedefType()