Home | History | Annotate | Download | only in Sema

Lines Matching defs:Canonical

1563   // that the key is always the unqualified canonical type of the base
9020 /// Inheriting constructors with a given canonical type. There can be at
13298 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl());
13299 if (VTablesUsed[Canonical])
13436 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(),
13440 if (!Current.insert(Canonical).second)
13449 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
13458 if (TCanonical != Canonical)
13462 while (C->getCanonicalDecl() != Canonical) {