Searched refs:ReplacedOrErr (Results 1 – 1 of 1) sorted by relevance
1578 Expected<Decl *> ReplacedOrErr = import(T->getAssociatedDecl()); in VisitSubstTemplateTypeParmType() local1579 if (!ReplacedOrErr) in VisitSubstTemplateTypeParmType()1580 return ReplacedOrErr.takeError(); in VisitSubstTemplateTypeParmType()1587 *ToReplacementTypeOrErr, *ReplacedOrErr, T->getIndex(), in VisitSubstTemplateTypeParmType()1593 Expected<Decl *> ReplacedOrErr = import(T->getAssociatedDecl()); in VisitSubstTemplateTypeParmPackType() local1594 if (!ReplacedOrErr) in VisitSubstTemplateTypeParmPackType()1595 return ReplacedOrErr.takeError(); in VisitSubstTemplateTypeParmPackType()1602 *ReplacedOrErr, T->getIndex(), T->getFinal(), *ToArgumentPack); in VisitSubstTemplateTypeParmPackType()