Home | History | Annotate | Download | only in Sema

Lines Matching defs:Canonical

1135   // that the key is always the unqualified canonical type of the base
10877 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl());
10878 Consumer.HandleVTable(Class, VTablesUsed[Canonical]);
10999 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(),
11003 if (!Current.insert(Canonical))
11013 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
11022 if (TCanonical != Canonical)
11026 while (C->getCanonicalDecl() != Canonical) {