Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Canon

1549   const Decl *Canon = D->getCanonicalDecl();
1550 if (IsLocalDecl(Canon))
1551 return Canon;
1553 const Decl *&CacheEntry = FirstLocalDeclCache[Canon];