Home | History | Annotate | Download | only in Sema

Lines Matching refs:Canonical

1591   // that the key is always the unqualified canonical type of the base
8993 /// Inheriting constructors with a given canonical type. There can be at
13234 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl());
13235 if (VTablesUsed[Canonical])
13372 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(),
13376 if (!Current.insert(Canonical).second)
13385 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
13394 if (TCanonical != Canonical)
13398 while (C->getCanonicalDecl() != Canonical) {