Home | History | Annotate | Download | only in AST

Lines Matching refs:Canon

266     if (Decl *Canon = DataOrCanonicalDecl.template dyn_cast<Decl*>()) {
267 if (Canon->isCanonicalDecl())
268 Canon->getMostRecentDecl();
272 *this = Canon->getPreviousDecl()->DefinitionData.update();
278 LazyDefinitionDataPtr(Decl *Canon) : DataOrCanonicalDecl(Canon) {}