Home | History | Annotate | Download | only in Sema

Lines Matching refs:Canonical

1241   // that the key is always the unqualified canonical type of the base
11465 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl());
11466 Consumer.HandleVTable(Class, VTablesUsed[Canonical]);
11606 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(),
11610 if (!Current.insert(Canonical))
11620 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
11629 if (TCanonical != Canonical)
11633 while (C->getCanonicalDecl() != Canonical) {