Home | History | Annotate | Download | only in AST

Lines Matching refs:FoundTemplate

3992       if (ClassTemplateDecl *FoundTemplate 
3994 if (IsStructuralMatch(D, FoundTemplate)) {
3999 FoundTemplate->getTemplatedDecl());
4000 return Importer.Imported(D, FoundTemplate);
4182 if (VarTemplateDecl *FoundTemplate = dyn_cast<VarTemplateDecl>(Found)) {
4183 if (IsStructuralMatch(D, FoundTemplate)) {
4186 FoundTemplate->getTemplatedDecl());
4187 return Importer.Imported(D, FoundTemplate);