Home | History | Annotate | Download | only in AST

Lines Matching refs:Tmpl

128   RedeclarableTemplateDecl *Tmpl = this;
129 while (Tmpl->getPreviousDeclaration())
130 Tmpl = Tmpl->getPreviousDeclaration();
131 return Tmpl;